Skip to content

Commit

Permalink
Avoid using Xcode 15's gcc to compile glog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Nov 28, 2023
1 parent ffde22b commit 5c6b776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ios-configure-glog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ EOF
patch -p1 config.sub fix_glog_0.3.5_apple_silicon.patch
fi

export CC="$(xcrun -find -sdk $PLATFORM_NAME cc) -arch $CURRENT_ARCH -isysroot $(xcrun -sdk $PLATFORM_NAME --show-sdk-path)"
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"

# Remove automake symlink if it exists
if [ -h "test-driver" ]; then
Expand Down

0 comments on commit 5c6b776

Please sign in to comment.