mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
4 lines
121 B
Bash
4 lines
121 B
Bash
|
#!/bin/sh -x
|
||
|
|
||
|
exec "$(xcrun -find -sdk iphoneos cc)" -arch armv7 -isysroot "$(xcrun -sdk iphoneos --show-sdk-path)" "$@"
|