CMakeLists.txt: Disable framework bundling because I can't deal with the emotional trauma of looking at a bash script

qteditor
Martin Plicht 2016-07-23 18:15:58 +02:00
parent 78f336c67c
commit fa8b56b40a
1 changed files with 2 additions and 0 deletions

View File

@ -1349,12 +1349,14 @@ if (APPLE)
set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++")
endif()
if (false)
add_custom_command(TARGET openclonk
POST_BUILD COMMAND
"${CMAKE_CURRENT_SOURCE_DIR}/tools/osx_bundle_libs"
"$<$<BOOL:${CMAKE_SYSROOT}>:--sysroot=${CMAKE_SYSROOT}>"
"$<TARGET_FILE:openclonk>"
)
endif()
endif()
############################################################################