Skip to content
Snippets Groups Projects
Commit 9dc676d3 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

fixed build.sh script for WSL

[[Split portion of a mixed commit.]]
parent 71543f56
No related branches found
Tags
No related merge requests found
...@@ -260,6 +260,8 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\ ...@@ -260,6 +260,8 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
--without-system-gd \ --without-system-gd \
--without-system-libpng \ --without-system-libpng \
--without-system-poppler \ --without-system-poppler \
--without-system-gmp \
--without-system-mpfr \
--without-system-teckit \ --without-system-teckit \
--without-system-zlib \ --without-system-zlib \
--without-system-t1lib \ --without-system-t1lib \
......
...@@ -335,6 +335,8 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA ...@@ -335,6 +335,8 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
--without-system-gd \ --without-system-gd \
--without-system-libpng \ --without-system-libpng \
--without-system-poppler \ --without-system-poppler \
--without-system-gmp \
--without-system-mpfr \
--without-system-teckit \ --without-system-teckit \
--without-system-zlib \ --without-system-zlib \
--without-system-t1lib \ --without-system-t1lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment