diff options
-rwxr-xr-x | waf | bin | 87347 -> 87638 bytes | |||
-rw-r--r-- | wscript | 3 |
2 files changed, 2 insertions, 1 deletions
Binary files differ @@ -1,3 +1,4 @@ + #!/usr/bin/env python import os @@ -18,8 +19,8 @@ def options(opt): autowaf.set_options(opt) def configure(conf): + conf.line_just = 37 autowaf.configure(conf) - conf.line_just = 38 autowaf.display_header('Machina Configuration') conf.load('compiler_cxx') autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', |