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

This reverts commit fa8b56b40a.

This commit message was completely and utterly useless so I'm sure the
commit couldn't have been important.
qteditor
Nicolas Hake 2016-07-24 11:23:16 +02:00
parent a7d6a7dbd7
commit 77c6baff3f
1 changed files with 0 additions and 2 deletions

View File

@ -1349,14 +1349,12 @@ 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()
############################################################################