Skip to content

Commit

Permalink
Merge pull request #154 from TheBlueMatt/main
Browse files Browse the repository at this point in the history
Fix typo introduced in 2dc5209
  • Loading branch information
TheBlueMatt committed Mar 13, 2024
2 parents fb99052 + fb9e208 commit e4d9e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genbindings.sh
Expand Up @@ -81,7 +81,7 @@ fi

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)="
COMMON_CC=""
if [[ "$TARGET_STRING != *"android" ]]; then
if [[ "$TARGET_STRING" != *"android" ]]; then
[[ "$TARGET_STRING" != "x86"* ]] && COMMON_CC="$COMMON_CC --target=$TARGET_STRING -mcpu=$LDK_TARGET_CPU"
[[ "$TARGET_STRING" = "x86"* ]] && COMMON_CC="$COMMON_CC --target=$TARGET_STRING -march=$LDK_TARGET_CPU -mtune=$LDK_TARGET_CPU"
fi
Expand Down

0 comments on commit e4d9e84

Please sign in to comment.