forked from flash/temporary-satori-hole
7 lines
147 B
Bash
7 lines
147 B
Bash
#!/bin/sh
|
|
|
|
TARGET=satori-ia32.exe \
|
|
CC=i686-w64-mingw32-gcc \
|
|
CXX=i686-w64-mingw32-g++ \
|
|
LDFLAGS="-static-libgcc -static-libstdc++" \
|
|
make rebuild
|