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.
2 parents ffde22b + 5c6b776 commit d8f198cCopy full SHA for d8f198c
scripts/ios-configure-glog.sh
@@ -42,8 +42,8 @@ EOF
42
patch -p1 config.sub fix_glog_0.3.5_apple_silicon.patch
43
fi
44
45
-export CC="$(xcrun -find -sdk $PLATFORM_NAME cc) -arch $CURRENT_ARCH -isysroot $(xcrun -sdk $PLATFORM_NAME --show-sdk-path)"
46
-export CXX="$CC"
+# export CC="$(xcrun -find -sdk $PLATFORM_NAME cc) -arch $CURRENT_ARCH -isysroot $(xcrun -sdk $PLATFORM_NAME --show-sdk-path)"
+# export CXX="$CC"
47
48
# Remove automake symlink if it exists
49
if [ -h "test-driver" ]; then
0 commit comments