Skip to content

Commit

Permalink
macOS: CXX=clang++
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble authored Apr 6, 2024
1 parent 01067ad commit 2ecc1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pushd "$XMLRPCEPI_SOURCE_DIR"
darwin*)
opts="-arch $AUTOBUILD_CONFIGURE_ARCH $LL_BUILD_RELEASE"
plainopts="$(remove_cxxstd $opts)"
CFLAGS="$plainopts" CXXFLAGS="$opts" LDFLAGS="$plainopts" CC="clang" \
CFLAGS="$plainopts" CXXFLAGS="$opts" LDFLAGS="$plainopts" CC="clang" CXX="clang++" \
./configure --prefix="$stage" \
--with-expat=no \
--with-expat-lib="$stage/packages/lib/release/libexpat.a" \
Expand Down

0 comments on commit 2ecc1ce

Please sign in to comment.