Merge pull request #1 from X0rg/darling

Resolve Python 2.6 symlink issue
This commit is contained in:
Luboš Doležel 2016-02-26 22:41:53 +01:00
commit fba20fd27d

View File

@ -181,9 +181,6 @@ if (NOT DARLING_NO_EXECUTABLES)
target_link_libraries(python26exe python26)
set_target_properties(python26exe PROPERTIES OUTPUT_NAME python2.6)
set(BINARY_PACKAGING_MODE ON)
InstallSymlink(../../System/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 libexec/darling/usr/bin/python2.6)
install(TARGETS python26exe DESTINATION libexec/darling/System/Library/Frameworks/Python.framework/Versions/2.6/bin)
endif(NOT DARLING_NO_EXECUTABLES)