1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 00:39:43 +00:00

remove cmakefix.patch

for android this is an issue during the cmake process.
This commit is contained in:
Jared Davenport 2024-06-27 18:00:42 +00:00
parent daada262d7
commit fcb9fafd15

View file

@ -491,7 +491,7 @@ else(USE_LUAJIT)
find_package(Lua REQUIRED)
add_compile_definitions(NO_LUAJIT)
endif(USE_LUAJIT)
if (NOT WIN32)
if (NOT WIN32 AND NOT ANDROID)
include(cmake/CheckLuaCustomAllocator.cmake)
endif()