From 8b7514b4c6ab43fe049821918af9de5bf6f2155f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 5 Oct 2020 09:38:45 -0400 Subject: [PATCH] check for compiler --- Rsconscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Rsconscript b/Rsconscript index 8ca49a3..f68c57b 100644 --- a/Rsconscript +++ b/Rsconscript @@ -1,5 +1,6 @@ configure do check_program "mformat" + check_program "x86_64-w64-mingw32-gcc" end build do