32-bit support, compile wrapper

This commit is contained in:
biglyderv 2025-03-27 09:51:49 -04:00
parent dffdf200cc
commit 0e3dd1a83f
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 12 additions and 32 deletions

5
wrap.sh Executable file
View file

@ -0,0 +1,5 @@
make
CC=x86_64-w64-mingw32-gcc BIN=./bin/elem.exe make
CC=i686-w64-mingw32-gcc BIN=./bin/elem_32.exe make
rm ./elem.tar.gz
tar -cvf ./elem.tar.gz bin