Skip to content

Commit 061208b

Browse files
committed
Don't require a JNI_CFLAGS in genbindings.sh
Apparently Android builds don't need this, so don't require them.
1 parent d9af3c7 commit 061208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genbindings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ usage() {
66
echo "android should either be true or false"
77
exit 1
88
}
9-
[ "$1" = "" -o "$2" = "" ] && usage
9+
[ "$1" = "" ] && usage
1010
[ "$3" != "true" -a "$3" != "false" ] && usage
1111
[ "$4" != "true" -a "$4" != "false" ] && usage
1212

0 commit comments

Comments
 (0)