mirror of
https://github.com/darlinghq/darling-python.git
synced 2024-11-26 21:51:04 +00:00
Fix symlink installation
This commit is contained in:
parent
d1c33bb760
commit
5d52dfef84
@ -182,7 +182,7 @@ if (NOT DARLING_NO_EXECUTABLES)
|
||||
set_target_properties(python26exe PROPERTIES OUTPUT_NAME python2.6)
|
||||
|
||||
install(TARGETS python26exe DESTINATION libexec/darling/System/Library/Frameworks/Python.framework/Versions/2.6/bin)
|
||||
install(FILES python2.7 DESTINATION libexec/darling/usr/bin)
|
||||
install(FILES python2.6 DESTINATION libexec/darling/usr/bin)
|
||||
endif(NOT DARLING_NO_EXECUTABLES)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user