We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32b96d commit 0f193d9Copy full SHA for 0f193d9
scripts/build-ios.sh
@@ -10,7 +10,7 @@ function cleanup() {
10
trap cleanup exit
11
12
mkdir -p "${TMP}"
13
-cat "${VARS}" | sed 's/ := /=/g' > "${TMP}/vars.ios.sh"
+cat "${VARS}" | grep -v '^export INCLUDE ' | sed 's/ := /=/g' > "${TMP}/vars.ios.sh"
14
source "${TMP}/vars.ios.sh"
15
16
# creates a temporary directory for all our native libs and extracts the
0 commit comments