removed 32bit support

This commit is contained in:
Cosmin Apreutesei
2019-06-08 19:29:31 +03:00
parent 15e1b6f101
commit 66a8c279ca
9 changed files with 0 additions and 5 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
P=linux32 L="-s -static-libgcc" D=libexpat.so A=libexpat.a ./build.sh
-1
View File
@@ -1 +0,0 @@
P=mingw32 L="-s -static-libgcc" D=expat.dll A=expat.a ./build.sh
-3
View File
@@ -1,3 +0,0 @@
[ `uname` = Linux ] && export X=i386-apple-darwin11-
P=osx32 C="-arch i386" L="-arch i386 -install_name @rpath/libexpat.dylib" \
D=libexpat.dylib A=libexpat.a ./build.sh