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