check for compiler

This commit is contained in:
Josh Holtrop 2020-10-05 09:38:45 -04:00
parent 67e76bf21d
commit 8b7514b4c6

View File

@ -1,5 +1,6 @@
configure do
check_program "mformat"
check_program "x86_64-w64-mingw32-gcc"
end
build do