mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
coin: Explicitly specify SBOM_PYTHON_APPS_PATH for all platforms
Instead of relying on the qtbase coin instructions to compute the SBOM_PYTHON_APPS_PATH path based on the platform, which does not work reliably, especially when multiple python installations are present, explicitly specify the path in the provisioning scripts. Amends1f2fb6312cTask-number: QTBUG-122899 Task-number: QTBUG-124453 Task-number: QTBUG-125211 Change-Id: I097fd1c4119a203d82f88c477dbf0fc0f67f19f2 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit6f991b55a3)
This commit is contained in:
@@ -30,6 +30,7 @@ echo "Configure pip"
|
||||
|
||||
SetEnvVar "PYTHON3_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
|
||||
SetEnvVar "PIP3_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
|
||||
SetEnvVar "SBOM_PYTHON_APPS_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
|
||||
|
||||
# Install Python certificates. Required at least for emsdk installation
|
||||
open /Applications/Python\ 3.9/Install\ Certificates.command
|
||||
|
||||
Reference in New Issue
Block a user