Skip to content

Commit

Permalink
Fixup libxml2 path
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Dec 23, 2022
1 parent 6704d94 commit d6c954f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd ../xz-5.4.0
./configure --cache-file=$CONFIGCACHE --with-pic --disable-shared --prefix=$PREFIX
make -sj$NCPU install

cd ../libxml2-v2.9.14
cd ../libxml2-v2.10.3
./autogen.sh --cache-file=$CONFIGCACHE --enable-silent-rules --disable-shared --enable-static --prefix=$PREFIX --without-python --with-zlib=$PREFIX/../zlib-1.2.13 --with-lzma=$PREFIX/../xz-5.4.0
make -sj$NCPU install

Expand Down
2 changes: 1 addition & 1 deletion native/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ make -sj$NCPU install
cd ../xz-5.4.0
./configure --cache-file=$CONFIGCACHE --with-pic --disable-shared --prefix=$PREFIX
make -sj$NCPU install
cd ../libxml2-v2.9.14
cd ../libxml2-v2.10.3
./autogen.sh --enable-silent-rules --disable-shared --enable-static --prefix=$PREFIX --without-python --with-zlib=$PREFIX/../zlib-1.2.13 --with-lzma=$PREFIX/../xz-5.4.0
make -sj$NCPU install

Expand Down

0 comments on commit d6c954f

Please sign in to comment.