File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && \
1818 dpkg --add-architecture arm64 && apt-get update && \
1919 apt-get install -y gcc-aarch64-linux-gnu libgcc-s1-arm64-cross pkg-config && \
2020 LIBDIR="/lib/aarch64-linux-gnu" ; \
21- USRLIBDIR="/usr/lib/ aarch64-linux-gnu" ; \
21+ USRLIBDIR="/usr/aarch64-linux-gnu/lib " ; \
2222 HOST_TRIPLE="aarch64-linux-gnu" ; \
2323 elif [ "$TARGETARCH" = "arm" ]; then \
2424 echo armv7-unknown-linux-gnueabihf > TARGET && \
@@ -29,7 +29,7 @@ RUN apt-get update && \
2929 SYSROOT=$(arm-linux-gnueabihf-gcc -print-sysroot); \
3030 echo "--sysroot=$SYSROOT -I$SYSROOT/usr/include -I$SYSROOT/usr/include/arm-linux-gnueabihf" > BINDGEN_EXTRA_CLANG_ARGS; \
3131 LIBDIR="/lib/arm-linux-gnueabihf" ; \
32- USRLIBDIR="/usr/lib/ arm-linux-gnueabihf" ; \
32+ USRLIBDIR="/usr/arm-linux-gnueabihf/lib " ; \
3333 HOST_TRIPLE="arm-linux-gnueabihf" ; \
3434 else \
3535 echo "Unsupported cross compilation target: $TARGETARCH" ; \
You can’t perform that action at this time.
0 commit comments