Skip to content

Commit 0f193d9

Browse files
gffft
1 parent f32b96d commit 0f193d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function cleanup() {
1010
trap cleanup exit
1111

1212
mkdir -p "${TMP}"
13-
cat "${VARS}" | sed 's/ := /=/g' > "${TMP}/vars.ios.sh"
13+
cat "${VARS}" | grep -v '^export INCLUDE ' | sed 's/ := /=/g' > "${TMP}/vars.ios.sh"
1414
source "${TMP}/vars.ios.sh"
1515

1616
# creates a temporary directory for all our native libs and extracts the

0 commit comments

Comments
 (0)