diff options
author | David Robillard <d@drobilla.net> | 2015-01-25 21:59:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-25 21:59:25 +0000 |
commit | 735d7d04d4fc5bf9f16510834546d7fbc304633a (patch) | |
tree | 9e8f05e50306792506353f8345f5ecb3088ad2f2 /wscript | |
parent | cd92312ae8a325402e188341a6d5968ec10d4c65 (diff) |
Upgrade to r100/autowaf.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5524 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,10 +17,12 @@ out = 'build' def options(opt): opt.load('compiler_c') + opt.load('lv2') autowaf.set_options(opt) def configure(conf): conf.load('compiler_c') + conf.load('lv2') autowaf.configure(conf) autowaf.set_c99_mode(conf) autowaf.display_header('Omins.LV2 Configuration') |