mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-26 09:21:55 -04: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})
|
${obs_PLATFORM_LIBRARIES})
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
set_target_properties(obs PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
|
||||||
set_property(
|
set_property(
|
||||||
TARGET obs
|
TARGET obs
|
||||||
APPEND
|
APPEND
|
||||||
|
|||||||
Reference in New Issue
Block a user