permanent-satori-hole/win-amd64.sh

8 lines
152 B
Bash
Raw Permalink Normal View History

2023-12-27 00:35:22 +00:00
#!/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