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