Windows release script fix
parent
530c05226e
commit
3824a33a5f
|
|
@ -6,7 +6,7 @@ if [ "$CPU" = "x86" ]; then
|
||||||
FLAGS="-no-sse2"
|
FLAGS="-no-sse2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make windows-nt-x86
|
make windows-nt-x86-32
|
||||||
|
|
||||||
wget http://factorcode.org/dlls/freetype6.dll
|
wget http://factorcode.org/dlls/freetype6.dll
|
||||||
wget http://factorcode.org/dlls/zlib1.dll
|
wget http://factorcode.org/dlls/zlib1.dll
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue