Skip to content

Commit

Permalink
Enable Intl on iOS (#34083)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #34083

X-link: facebook/hermes#764

Changelog:
[iOS][Added] - Enabled Hermes Intl

Reviewed By: cortinico

Differential Revision: D37457813

fbshipit-source-id: 717adad317d8620d77f73d1856d25dd4e9d8511c
  • Loading branch information
neildhar authored and facebook-github-bot committed Jun 28, 2022
1 parent b6f7689 commit 3fa3aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/hermes-engine/utils/build-apple-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function configure_apple_framework {
-DCMAKE_OSX_ARCHITECTURES:STRING="$2" \
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="$3" \
-DHERMES_ENABLE_DEBUGGER:BOOLEAN=true \
-DHERMES_ENABLE_INTL:BOOLEAN=true \
-DHERMES_ENABLE_LIBFUZZER:BOOLEAN=false \
-DHERMES_ENABLE_FUZZILLI:BOOLEAN=false \
-DHERMES_ENABLE_TEST_SUITE:BOOLEAN=false \
Expand Down

0 comments on commit 3fa3aeb

Please sign in to comment.