forked from flash/temporary-satori-hole
8 lines
147 B
Bash
8 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
|