mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Fixed bracket typo
This commit is contained in:
parent
71d47e6888
commit
a38741b30f
@ -26,7 +26,7 @@ RUN mkdir -p /build && \
|
||||
cd android-ndk-r${ANDROID_NDK_REVISION} && \
|
||||
./build/tools/make_standalone_toolchain.py \
|
||||
--arch arm64 \
|
||||
--api $(ANDROID_NDK_API) \
|
||||
--api ${ANDROID_NDK_API} \
|
||||
--stl=libc++ \
|
||||
--install-dir=${CROSS_ROOT} && \
|
||||
cd / && \
|
||||
|
Loading…
Reference in New Issue
Block a user