mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Revert "don't build Nullkiller for 32-bit"
This reverts commit 0a5c5c3e1da76f0e202c61e9abfca9603ca7af7c.
This commit is contained in:
parent
d3e33b096f
commit
dab9d206f1
@ -127,12 +127,6 @@ if(ANDROID) # android compiles ai libs into main lib directly, so we skip this l
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(Nullkiller SHARED ${Nullkiller_SRCS} ${Nullkiller_HEADERS})
|
add_library(Nullkiller SHARED ${Nullkiller_SRCS} ${Nullkiller_HEADERS})
|
||||||
if(APPLE_IOS)
|
|
||||||
# Nullkiller dependencies - TBB and LuaJIT - can only be built for 64-bit
|
|
||||||
set_target_properties(Nullkiller PROPERTIES
|
|
||||||
XCODE_ATTRIBUTE_EXCLUDED_ARCHS "$(ARCHS_STANDARD_32_BIT)"
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
target_include_directories(Nullkiller PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
target_include_directories(Nullkiller PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user