5 lines
79 B
Bash
5 lines
79 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
rm -rf build
|
||
|
meson setup --cross-file mingw_cross.txt build
|