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

temp patch for build-shared.sh (trunk)

parent 27738499
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ then
LUATEXEXE=luatex.exe
LUATEXEXE53=luatex53.exe
PATH=/usr/mingw32/bin:$PATH
PATH=`pwd`/extrabin/mingw:$PATH
PATH=`pwd`/extrabin/mingw/x86_64-linux:$PATH
CFLAGS="-Wno-unknown-pragmas -mtune=nocona -g -O3 -fno-lto -fno-use-linker-plugin $CFLAGS"
CXXFLAGS="-Wno-unknown-pragmas -mtune=nocona -g -O3 -fno-lto -fno-use-linker-plugin $CXXFLAGS"
: ${CONFHOST:=--host=x86_64-w64-mingw32}
......@@ -166,7 +166,7 @@ then
LUATEXEXE=luatex.exe
LUATEXEXE53=luatex53.exe
PATH=/usr/mingw32/bin:$PATH
PATH=`pwd`/extrabin/mingw:$PATH
PATH=`pwd`/extrabin/mingw/x86_64-linux:$PATH
CFLAGS="-Wno-unknown-pragmas -m32 -mtune=nocona -g -O3 $CFLAGS"
CXXFLAGS="-Wno-unknown-pragmas -m32 -mtune=nocona -g -O3 $CXXFLAGS"
: ${CONFHOST:=--host=i686-w64-mingw32}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment