From 202b760c1da2d43a10de7038ee7c30e36fcdad75 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Dec 2013 20:15:08 +0000 Subject: Load waf modules before everything else so CFLAGS and friends are correct (oops). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5204 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 356cbbf..6708da8 100644 --- a/wscript +++ b/wscript @@ -39,9 +39,9 @@ def options(opt): help="Build unit tests") def configure(conf): + conf.line_just = 40 conf.load('compiler_cxx') autowaf.configure(conf) - conf.line_just = 40 autowaf.display_header('Raul Configuration') conf.check_cxx(cxxflags=["-std=c++0x"]) -- cgit v1.2.1