mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 18:18:52 +00:00
Enable compilation on apple silicon
This commit is contained in:
parent
b20a413865
commit
ee41b94a73
@ -709,8 +709,10 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (BUILD_OPENMW AND APPLE)
|
||||
if (USE_LUAJIT)
|
||||
# Without these flags LuaJit crashes on startup on OSX
|
||||
set_target_properties(openmw PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
|
||||
endif(USE_LUAJIT)
|
||||
target_compile_definitions(components PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||
target_compile_definitions(openmw PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||
endif()
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <cassert>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
namespace DetourNavigator
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user