# HG changeset patch # User koda # Date 1388798337 -3600 # Node ID 18b883180dd5b775a5dd6dfbf6279526ee2fd374 # Parent 9a8fe10c1ecf17c353acd1f23f4729624ce43a90 explicitly set linker library path for pascal when deploying an older version diff -r 9a8fe10c1ecf -r 18b883180dd5 cmake_modules/platform.cmake --- a/cmake_modules/platform.cmake Sat Jan 04 02:18:57 2014 +0100 +++ b/cmake_modules/platform.cmake Sat Jan 04 02:18:57 2014 +0100 @@ -91,6 +91,7 @@ if(CMAKE_OSX_SYSROOT) add_flag_append(CMAKE_Pascal_FLAGS "-XR${CMAKE_OSX_SYSROOT}") add_flag_append(CMAKE_Pascal_FLAGS "-k-macosx_version_min -k${minimum_macosx_version}") + add_flag_append(CMAKE_Pascal_FLAGS "-k-L${LIBRARY_OUTPUT_PATH} -Fl${LIBRARY_OUTPUT_PATH}") endif() #add user framework directory