diff options
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tl-build.sh b/tl-build.sh index 12e0463..9c41db1 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -133,7 +133,6 @@ if [[ ${with_asymptote} == "y" ]];then | |||
133 | --enable-static CXXFLAGS=-std=c++11 \ | 133 | --enable-static CXXFLAGS=-std=c++11 \ |
134 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline --disable-gc | 134 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline --disable-gc |
135 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile | 135 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile |
136 | cp ${patch_dir}/patch-source-asymptote-fileio_cc . && patch < patch-source-asymptote-fileio_cc | ||
137 | gmake | 136 | gmake |
138 | strip asy | 137 | strip asy |
139 | fi | 138 | fi |