Include ARM64
This commit is contained in:
@@ -57,9 +57,11 @@ if(APPLE)
|
|||||||
)
|
)
|
||||||
target_compile_options(germanairlinesva_xplugin PRIVATE
|
target_compile_options(germanairlinesva_xplugin PRIVATE
|
||||||
"SHELL:-arch x86_64"
|
"SHELL:-arch x86_64"
|
||||||
|
"SHELL:-arch arm64"
|
||||||
)
|
)
|
||||||
target_link_options(germanairlinesva_xplugin PRIVATE
|
target_link_options(germanairlinesva_xplugin PRIVATE
|
||||||
"SHELL:-arch x86_64"
|
"SHELL:-arch x86_64"
|
||||||
|
"SHELL:-arch arm64"
|
||||||
)
|
)
|
||||||
target_link_libraries(germanairlinesva_xplugin PRIVATE
|
target_link_libraries(germanairlinesva_xplugin PRIVATE
|
||||||
${CMAKE_SOURCE_DIR}/XPSDK/Libraries/Mac/XPLM.framework/XPLM
|
${CMAKE_SOURCE_DIR}/XPSDK/Libraries/Mac/XPLM.framework/XPLM
|
||||||
|
|||||||
Reference in New Issue
Block a user