permanent-satori-hole/win-amd64.sh
2023-12-27 01:35:22 +01:00

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