Update XPLM for ARM64

This commit is contained in:
2022-09-27 15:34:46 +02:00
parent 40067a606d
commit 174c20bd8f
59 changed files with 12475 additions and 9196 deletions
+2
View File
@@ -43,9 +43,11 @@ if(APPLE)
)
target_compile_options(ixwebsocket PRIVATE
"SHELL:-arch x86_64"
"SHELL:-arch arm64"
)
target_link_options(ixwebsocket PRIVATE
"SHELL:-arch x86_64"
"SHELL:-arch arm64"
)
target_link_libraries(ixwebsocket PRIVATE
"-framework Foundation"