mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:29:01 +08:00
No need to source devtoolset, as it's not used on Debian
This commit is contained in:
parent
6e81dba501
commit
9ebcb797d5
@ -7,7 +7,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|||||||
PROJECT_DIR="$( cd "${SCRIPT_DIR}/.." && pwd )"
|
PROJECT_DIR="$( cd "${SCRIPT_DIR}/.." && pwd )"
|
||||||
|
|
||||||
# Make sure that environment variables are set properly
|
# Make sure that environment variables are set properly
|
||||||
source /opt/rh/devtoolset-8/enable
|
|
||||||
export PATH="${CURA_BUILD_ENV_PATH}/bin:${PATH}"
|
export PATH="${CURA_BUILD_ENV_PATH}/bin:${PATH}"
|
||||||
export PKG_CONFIG_PATH="${CURA_BUILD_ENV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH}"
|
export PKG_CONFIG_PATH="${CURA_BUILD_ENV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user