-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iOS) make build-hermes-xcode.sh more extensible for out of tree …
…platforms (#41387) Summary: This PR aims to make scripts building hermes locally more extensible for out-of-tree platforms. It will make it easier for forks like visionOS to add additional `elif` statements. As a side benefit this PR fixes Hermes builds for MacOS 😄 (I've checked that it now builds correctly) ## Changelog: [IOS] [ADDED] - make build-hermes-xcode.sh more extensible for out-of-tree platforms Pull Request resolved: #41387 Test Plan: Run the local Hermes build by running `USE_HERMES=1 bundle exec pod install` and check if it runs smoothly. Also, a CI check should be sufficient. Reviewed By: dmytrorykun Differential Revision: D51156307 Pulled By: cipolleschi fbshipit-source-id: 1c65b84b16fc8bd0552037c6ef558543cbe03889
- Loading branch information
1 parent
c95b2d9
commit 7bcfd02
Showing
2 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters