Skip to content

Commit

Permalink
Use static expat lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Apr 6, 2024
1 parent 8f2174b commit 07ecf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pushd "$XMLRPCEPI_SOURCE_DIR"
CFLAGS="$plainopts" CXXFLAGS="$opts" LDFLAGS="$plainopts" \
./configure --prefix="$stage" \
--with-expat=no \
--with-expat-lib="$stage/packages/lib/release/libexpat.dylib" \
--with-expat-lib="$stage/packages/lib/release/libexpat.a" \
--with-expat-inc="$stage/packages/include/expat"
make -j$(nproc)
make install
Expand All @@ -96,7 +96,7 @@ pushd "$XMLRPCEPI_SOURCE_DIR"
plainopts="$(remove_cxxstd $opts)"
CFLAGS="$plainopts" CXXFLAGS="$opts" ./configure --prefix="$stage" \
--with-expat=no \
--with-expat-lib="$stage/packages/lib/release/libexpat.so" \
--with-expat-lib="$stage/packages/lib/release/libexpat.a" \
--with-expat-inc="$stage/packages/include/expat"
make -j$(nproc)
make install
Expand Down

0 comments on commit 07ecf10

Please sign in to comment.