From c10bf72bee64ce87b8ed95a35568c2588ace66e8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Oct 2008 19:26:15 +0000 Subject: Check for compiler_cc in raul. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1641 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 7af734c..5755468 100644 --- a/wscript +++ b/wscript @@ -25,6 +25,7 @@ blddir = 'build' def set_options(opt): autowaf.set_options(opt) + opt.tool_options('compiler_cc') opt.tool_options('compiler_cxx') def configure(conf): -- cgit v1.2.1