Skip to content

Commit e4d9e84

Browse files
authored
Merge pull request #154 from TheBlueMatt/main
Fix typo introduced in 2dc5209
2 parents fb99052 + fb9e208 commit e4d9e84

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
@@ -81,7 +81,7 @@ fi
8181

8282
COMMON_COMPILE="$CC -std=c11 -Wall -Wextra -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-unused-function -Wno-nullability-completeness -Wno-pointer-sign -Wdate-time -ffile-prefix-map=$(pwd)="
8383
COMMON_CC=""
84-
if [[ "$TARGET_STRING != *"android" ]]; then
84+
if [[ "$TARGET_STRING" != *"android" ]]; then
8585
[[ "$TARGET_STRING" != "x86"* ]] && COMMON_CC="$COMMON_CC --target=$TARGET_STRING -mcpu=$LDK_TARGET_CPU"
8686
[[ "$TARGET_STRING" = "x86"* ]] && COMMON_CC="$COMMON_CC --target=$TARGET_STRING -march=$LDK_TARGET_CPU -mtune=$LDK_TARGET_CPU"
8787
fi

0 commit comments

Comments
 (0)