summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-11 19:26:15 +0000
committerDavid Robillard <d@drobilla.net>2008-10-11 19:26:15 +0000
commitc10bf72bee64ce87b8ed95a35568c2588ace66e8 (patch)
treeea8d3245cd1cb9cb09ae807ae5e7162113207024
parent8206fec352e8ace04f0d0ebe17e50a4d99f050d9 (diff)
downloadraul-c10bf72bee64ce87b8ed95a35568c2588ace66e8.tar.gz
raul-c10bf72bee64ce87b8ed95a35568c2588ace66e8.tar.bz2
raul-c10bf72bee64ce87b8ed95a35568c2588ace66e8.zip
Check for compiler_cc in raul.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1641 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
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):