early-access version 2853
This commit is contained in:
15
externals/vcpkg/ports/anax/osx-arm.patch
vendored
Executable file
15
externals/vcpkg/ports/anax/osx-arm.patch
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index d427767..80965bc 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -154,10 +154,6 @@ set_target_properties(${ANAX_LIBRARY_NAME} PROPERTIES
|
||||
SOVERSION ${ANAX_VERSION_MAJOR}
|
||||
)
|
||||
|
||||
-if(APPLE)
|
||||
- set_target_properties(${ANAX_LIBRARY_NAME} PROPERTIES OSX_ARCHITECTURES "i386;x86_64;")
|
||||
-endif()
|
||||
-
|
||||
# Library files
|
||||
install(
|
||||
TARGETS ${ANAX_LIBRARY_NAME}
|
||||
Reference in New Issue
Block a user