Fix T95502: macOS app has both python 3.9 and 3.10 executables
This commit is contained in:
@@ -1104,9 +1104,9 @@ elseif(APPLE)
|
||||
${TARGETDIR_VER}/python/lib
|
||||
)
|
||||
|
||||
install(DIRECTORY ${LIBDIR}/python/bin
|
||||
DESTINATION ${TARGETDIR_VER}/python
|
||||
USE_SOURCE_PERMISSIONS
|
||||
install(
|
||||
PROGRAMS ${PYTHON_EXECUTABLE}
|
||||
DESTINATION ${TARGETDIR_VER}/python/bin
|
||||
)
|
||||
|
||||
# Needed for distutils/pip
|
||||
|
||||
Reference in New Issue
Block a user