[CRT/arm64] Build wine/except_arm64.c
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Mon, 24 May 2021 06:56:17 +0000 (08:56 +0200)
committerStanislav Motylkov <x86corez@gmail.com>
Tue, 11 Jan 2022 17:52:34 +0000 (20:52 +0300)
Follow-up to 9efafd6 (0.4.14-dev-934).
CORE-17518

sdk/lib/crt/wine/wine.cmake

index 6a4346d..d16da07 100644 (file)
@@ -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