diff options
author | David Robillard <d@drobilla.net> | 2011-07-07 19:21:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-07 19:21:04 +0000 |
commit | 0195c699bcbcd03488f64fc355f7bc4eadda870f (patch) | |
tree | 7122203723f89b8b9cb82d3027cd5945b03899de | |
parent | a2f4e81f1e432c3260b9d076feca5834a780ed31 (diff) | |
download | machina-0195c699bcbcd03488f64fc355f7bc4eadda870f.tar.gz machina-0195c699bcbcd03488f64fc355f7bc4eadda870f.tar.bz2 machina-0195c699bcbcd03488f64fc355f7bc4eadda870f.zip |
Upgrade to waf 1.6.6
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3418 a436a847-0d15-0410-975c-d299462d15a1
-rwxr-xr-x | waf | bin | 87638 -> 88585 bytes | |||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -1,4 +1,3 @@ - #!/usr/bin/env python import os @@ -17,6 +16,7 @@ out = 'build' def options(opt): autowaf.set_options(opt) + opt.load('compiler_cxx') def configure(conf): conf.line_just = 37 |