Skip to content

Commit

Permalink
link static libxml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 30, 2024
1 parent 37731dc commit 65431f0
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 @@ -304,7 +304,7 @@ cd ${BUILDDIR}

download_verify_extract fontconfig-2.15.0.tar.gz
cd fontconfig*
./configure --host=${ARCH}-linux --enable-static --disable-shared --enable-libxml2 --disable-cache-build --prefix=${DEPSDIR}
LDFLAGS="${LDFLAGS} -l:libxml2.a" ./configure --host=${ARCH}-linux --enable-static --disable-shared --enable-libxml2 --disable-cache-build --prefix=${DEPSDIR}
make -j4
make install

Expand Down

0 comments on commit 65431f0

Please sign in to comment.