Browse Source

Make Windows build static as to not require external libraries

development 1.3
Abheek Dhawan 3 years ago
parent
commit
2e45fbfb20
  1. 2
      build-win.sh

2
build-win.sh

@ -1,3 +1,3 @@
#!/bin/bash
# Use MINGW for cross-compilation
x86_64-w64-mingw32-g++ main.cpp -o modlimitfix.exe -std=c++17
x86_64-w64-mingw32-g++ main.cpp -o modlimitfix.exe -std=c++17 --static

Loading…
Cancel
Save