mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 12:22:40 +00:00
add sfml patch with arm64 support
This commit is contained in:
parent
8f6a3b07f2
commit
35e412fce8
1 changed files with 14 additions and 0 deletions
14
patch/sfml-support-arm64.diff
Normal file
14
patch/sfml-support-arm64.diff
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -252,11 +252,6 @@
|
||||
endif()
|
||||
endif()
|
||||
|
||||
- # only the default architecture (i.e. 64-bit) is supported
|
||||
- if(NOT CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64")
|
||||
- message(FATAL_ERROR "Only 64-bit architecture is supported")
|
||||
- endif()
|
||||
-
|
||||
# configure Xcode templates
|
||||
set(XCODE_TEMPLATES_ARCH "\$(NATIVE_ARCH_ACTUAL)")
|
||||
endif()
|
Loading…
Reference in a new issue