From c9224edbade5eb80b40ea5b070c94247efe2b0ca Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Mon, 15 Jan 2018 20:30:56 -0600 Subject: [PATCH] UI: Set linker flags required for luajit on OSX --- UI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt index f35e3fd6e..265f1dc0b 100644 --- a/UI/CMakeLists.txt +++ b/UI/CMakeLists.txt @@ -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