Skip to content

Commit 5c91fff

Browse files
authored
Add missing PATH in switch-arm.sh
1 parent 2b554b6 commit 5c91fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ RUN touch /opt/x-tools/switch-arm.sh && chmod +x /opt/x-tools/switch-arm.sh && c
143143
export ARCH=arm
144144
export CHOST="$CHOST"
145145
export CROSS_COMPILE="$CHOST-"
146+
PATH="\$PATH:/opt/x-tools/$NGCONFIG/bin"
146147
export PKG_CONFIG_LIBDIR="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot/usr/lib/pkgconfig:/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot/lib/pkgconfig:/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot/opt/lib/pkgconfig"
147148
export PKG_CONFIG_SYSROOT_DIR="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"
148149
export SYSROOT="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"

0 commit comments

Comments
 (0)