mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +00:00
Merge branch 'master' into 'master'
remove cmakefix.patch See merge request OpenMW/openmw!4211
This commit is contained in:
commit
db4e3e3f9e
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