diff options
author | David Robillard <d@drobilla.net> | 2012-03-23 03:20:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-23 03:20:37 +0000 |
commit | 5e56795dd315bb4c9aa4ad3cc051a3314e7d3afd (patch) | |
tree | a9ef7d70d586cb943f0ff542f8c36b149d7ea731 /wscript | |
parent | 8a31f46ce1f22773af3c2c9bf4e9a117706a949b (diff) | |
download | lv2-5e56795dd315bb4c9aa4ad3cc051a3314e7d3afd.tar.xz |
Remove --experimental option and just always build everything.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ def options(opt): autowaf.set_options(opt) opt.add_option('--test', action='store_true', default=False, dest='build_tests', help="Build unit tests") - opt.add_option('--experimental', action='store_true', default=False, - dest='experimental', - help='Install unreleased experimental extensions') for i in ['lv2/lv2plug.in/ns/lv2core']: opt.recurse(i) |