Fixed bracket typo

This commit is contained in:
Nadav 2018-03-27 17:48:27 +03:00 committed by GitHub
parent 71d47e6888
commit a38741b30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 / && \