mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
15 lines
397 B
Diff
15 lines
397 B
Diff
|
--- 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()
|