mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
[CRT/arm64] Build wine/except_arm64.c
Follow-up to 9efafd6
(0.4.14-dev-934).
CORE-17518
This commit is contained in:
parent
c3e0df0611
commit
724774505e
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ elseif(ARCH STREQUAL "arm")
|
||||||
list(APPEND CRT_WINE_SOURCE
|
list(APPEND CRT_WINE_SOURCE
|
||||||
wine/except_arm.c
|
wine/except_arm.c
|
||||||
)
|
)
|
||||||
|
elseif(ARCH STREQUAL "arm64")
|
||||||
|
list(APPEND CRT_WINE_SOURCE
|
||||||
|
wine/except_arm64.c
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# includes for wine code
|
# includes for wine code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue