We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bfc23 commit c101a87Copy full SHA for c101a87
1 file changed
compile-android.sh
@@ -8,7 +8,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then
8
exit 1
9
fi
10
11
-if [ $RELEASE == "true" ]; then
+if [ "$RELEASE" = "true" ]; then
12
echo "Building in release mode... (slow)";
13
else
14
echo "Building in debug mode... (fast)"
0 commit comments