diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ def configure(conf): conf.load('compiler_cxx') conf.line_just = 37 autowaf.configure(conf) - conf.env.append_unique('CXXFLAGS', ['-std=c++11']) + conf.env.append_unique('CXXFLAGS', ['-std=c++0x']) autowaf.display_header('Machina Configuration') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', |