mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-09 10:34:30 +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)
|
find_package(Lua REQUIRED)
|
||||||
add_compile_definitions(NO_LUAJIT)
|
add_compile_definitions(NO_LUAJIT)
|
||||||
endif(USE_LUAJIT)
|
endif(USE_LUAJIT)
|
||||||
if (NOT WIN32)
|
if (NOT WIN32 AND NOT ANDROID)
|
||||||
include(cmake/CheckLuaCustomAllocator.cmake)
|
include(cmake/CheckLuaCustomAllocator.cmake)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue