mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-13 14:25:24 -04:00
Merge branch 'silicon_fix' into 'master'
Fix executable for silicon builds See merge request OpenMW/openmw!2767 (cherry picked from commit 3979d540b142922c46c3d31d331ca71ffb070bbb) f729a280 Fix executable for silicon builds
This commit is contained in:
parent
2f6a809d18
commit
56d9758af2
@ -780,10 +780,6 @@ if (WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_OPENMW AND APPLE)
|
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(components PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||||
target_compile_definitions(openmw PRIVATE GL_SILENCE_DEPRECATION=1)
|
target_compile_definitions(openmw PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user