let's try random macos fix

This commit is contained in:
milek7
2020-11-23 22:59:33 +01:00
parent 1f489b164f
commit 6a18494379

View File

@@ -34,6 +34,7 @@ file(GLOB HEADERS "*.h"
"extras/*.h")
if (APPLE)
set (CMAKE_FIND_FRAMEWORK LAST)
set (CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
endif()