From 55742a8cbaaa3650dcde172827b6ccff32c703ea 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/patchage@5204 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 49e73b0..e7bcd6b 100644 --- a/wscript +++ b/wscript @@ -39,8 +39,8 @@ def options(opt): help='Do not try to read files from executable location') def configure(conf): - conf.load('compiler_cxx') conf.line_just = 44 + conf.load('compiler_cxx') autowaf.configure(conf) autowaf.display_header('Patchage Configuration') -- cgit v1.2.1