We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b554b6 commit 5c91fffCopy full SHA for 5c91fff
1 file changed
toolchain/Dockerfile
@@ -143,6 +143,7 @@ RUN touch /opt/x-tools/switch-arm.sh && chmod +x /opt/x-tools/switch-arm.sh && c
143
export ARCH=arm
144
export CHOST="$CHOST"
145
export CROSS_COMPILE="$CHOST-"
146
+PATH="\$PATH:/opt/x-tools/$NGCONFIG/bin"
147
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"
148
export PKG_CONFIG_SYSROOT_DIR="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"
149
export SYSROOT="/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot"
0 commit comments