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:
parent
daada262d7
commit
fcb9fafd15
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue