mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
aada1afa2e
Summary: This downloads, uncompresses, and configures folly and its dependencies: boost, double-conversion, and glog. Reviewed By: bestander Differential Revision: D4434066 fbshipit-source-id: 8f9d18448ef139e450a8c45a64d6a066d731ac8f
4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
exec "$(xcrun -find -sdk iphoneos cc)" -arch armv7 -isysroot "$(xcrun -sdk iphoneos --show-sdk-path)" "$@"
|