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

(cherry picked from commit 3979d54)

f729a28 Fix executable for silicon builds
  • Loading branch information
psi29a committed Feb 28, 2023
1 parent 2f6a809 commit 56d9758
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 @@ -780,10 +780,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 56d9758

Please sign in to comment.