Skip to content

Commit

Permalink
disable shared expat
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 31, 2024
1 parent 3529deb commit c31572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cd ${BUILDDIR}

download_verify_extract expat-2.5.0.tar.gz
cd expat*
./configure --host=${ARCH}-linux --prefix=${DEPSDIR}
./configure --host=${ARCH}-linux --disable-shared --prefix=${DEPSDIR}
make -j4
make install

Expand Down

0 comments on commit c31572c

Please sign in to comment.