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 ffde22b commit 5c6b776Copy full SHA for 5c6b776
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