Skip to content

Commit

Permalink
dev: improve scripts/compile-against-libxml-source
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Apr 11, 2023
1 parent 5eb6db1 commit 0e5397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-against-libxml2-source
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function clean_and_configure_libxml2 {
function clean_and_configure_libxslt {
make clean || true

./configure --prefix="${PREFIX}" --without-python --with-debug --host=x86_64-pc-linux-gnu CFLAGS="-O2 -g -std=c89 -D_XOPEN_SOURCE=700"
./configure --prefix="${PREFIX}" --without-python --with-libxml-prefix=$PREFIX --with-debug --host=x86_64-pc-linux-gnu CFLAGS="-O2 -g -std=c89 -D_XOPEN_SOURCE=700"
}

# libxml2
Expand Down

0 comments on commit 0e5397b

Please sign in to comment.