diff options
Diffstat (limited to 'scripts/ci-build.sh')
-rwxr-xr-x | scripts/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index e3f0e872..ec37cbe0 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -7,7 +7,7 @@ set -eu # Paths to tools installed by ci-install.sh MAIN_DIR=${PWD} BUILD_DIR=${PWD}/ci_build -export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH} +export PATH=${BUILD_DIR}/pru-elf/bin:${PATH} export PATH=${BUILD_DIR}/or1k-linux-musl-cross/bin:${PATH} PYTHON=${BUILD_DIR}/python-env/bin/python PYTHON2=${BUILD_DIR}/python2-env/bin/python |