Skip to content

Commit

Permalink
Merge branch 'silicon_fix' into 'master'
Browse files Browse the repository at this point in the history
Fix executable for silicon builds

See merge request OpenMW/openmw!2767
  • Loading branch information
psi29a committed Feb 25, 2023
2 parents 5b2a2a4 + f729a28 commit 3979d54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -804,10 +804,6 @@ 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()
Expand Down

0 comments on commit 3979d54

Please sign in to comment.