diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,10 +33,10 @@ def options(opt): help='Build GObject introspection data') def configure(conf): - autowaf.configure(conf) - autowaf.display_header('Ganv Configuration') conf.load('compiler_c') conf.load('compiler_cxx') + autowaf.configure(conf) + autowaf.display_header('Ganv Configuration') autowaf.set_c99_mode(conf) conf.env.BUILD_TESTS = Options.options.build_tests |