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