Browse Source
For some reason using the MINGW g++-win32 script caused a flag on VirusTotaldevelopment
Abheek Dhawan
3 years ago
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
# Use MINGW for cross-compilation |
# Use MINGW for cross-compilation |
||||
x86_64-w64-mingw32-g++-win32 main.cpp modlimitfix.res -o modlimitfix.exe -std=c++17 |
x86_64-w64-mingw32-g++ main.cpp modlimitfix.res -o modlimitfix.exe -std=c++17 |
||||
|
Loading…
Reference in new issue