Browse Source

Fix Windows build file name

development 1.1
Abheek Dhawan 3 years ago
parent
commit
c2a320262f
  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++-win32 main.cpp modlimitfix.res -std=c++17
x86_64-w64-mingw32-g++-win32 main.cpp modlimitfix.res -o modlimitfix.exe -std=c++17

Loading…
Cancel
Save