Skip to content

Commit 2055c7e

Browse files
committed
add dquotes
1 parent 20ef840 commit 2055c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-egl/bash_script/build_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set -x
4949
--api=$ANDROID_API --install-dir=$TOOLCHAIN_DIR \
5050
--arch=$ARCH --stl libc++
5151
# The command above includes the wrong headers due to a bug in the android sdk and/or cmake. The following two commands fix this issue.
52-
rm -rf $TOOLCHAIN_DIR/sysroot/usr
52+
rm -rf "$TOOLCHAIN_DIR/sysroot/usr"
5353
cp -r "$ANDROID_HOME/ndk-bundle/platforms/android-$ANDROID_API/arch-$ARCH/usr" "$TOOLCHAIN_DIR/sysroot/usr"
5454
set +x
5555
printf "Standalone toolchain ready\n"

0 commit comments

Comments
 (0)