UI: Set linker flags required for luajit on OSX

master
Colin Edwards 2018-01-15 20:30:56 -06:00
parent 1b49a0541e
commit c9224edbad
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ target_link_libraries(obs
${obs_PLATFORM_LIBRARIES})
if (APPLE)
set_target_properties(obs PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
set_property(
TARGET obs
APPEND