5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PREFIX=x86_64-w64-mingw32-
|
|
make WIN32=1 DEBUG=1
|