mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-03 05:46:26 -05:00
UI: Set linker flags required for luajit on OSX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user