Skip to content

Commit

Permalink
disable BITCODE build setting by default. It will not build do to und…
Browse files Browse the repository at this point in the history
…efined symbols when trying to build w/ -bundle_bitcode and -undefined dynamic_lookup throws

ld: -undefined and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
  • Loading branch information
jpalao authored and Jose Palao committed Aug 29, 2021
1 parent 20c0608 commit 2653822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/build.sh
Expand Up @@ -4,7 +4,7 @@

# perl binaries
: "${PERL_ARCH:=arm64}"
: "${BITCODE:=1}"
: "${BITCODE:=0}"
: "${DEBUG:=0}"
: "${INSTALL_DIR:=local}"
: "${MIN_VERSION:=8.0}"
Expand Down

0 comments on commit 2653822

Please sign in to comment.