We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9676 commit ce5597dCopy full SHA for ce5597d
2 files changed
packages/nativescript-barcodescanner/native-src/ios/build.sh
@@ -11,7 +11,7 @@ export ZERO_AR_DATE=1
11
12
rm -rf $OUTPUTPATH
13
14
-CUSTOM_OTHER_CFLAGS="-ffile-prefix-map=$(PWD)=."
+CUSTOM_OTHER_CFLAGS="\$(inherited) -ffile-prefix-map=$(PWD)=."
15
16
echo "Build for iphonesimulator"
17
xcodebuild \
packages/nativescript-websockets/native-src/ios/build.sh
0 commit comments