react-native/ios-cc.sh

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)" "$@"