mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
||||
wine/except_arm.c
|
||||
)
|
||||
elseif(ARCH STREQUAL "arm64")
|
||||
list(APPEND CRT_WINE_SOURCE
|
||||
wine/except_arm64.c
|
||||
)
|
||||
endif()
|
||||
|
||||
# includes for wine code
|
||||
|
|
Loading…
Reference in a new issue