diff options
author | David Robillard <d@drobilla.net> | 2012-10-27 23:22:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-10-27 23:22:58 +0000 |
commit | 2481f2ce7433bd2925b16b9e87be0541e84e469e (patch) | |
tree | 6c2a92d8b5e69a2e9c3de84200e7589839d08f8a /wscript | |
parent | 25b23d1df7083694d2a29ff585231a646f379c96 (diff) | |
download | fomp.lv2-2481f2ce7433bd2925b16b9e87be0541e84e469e.tar.gz fomp.lv2-2481f2ce7433bd2925b16b9e87be0541e84e469e.tar.bz2 fomp.lv2-2481f2ce7433bd2925b16b9e87be0541e84e469e.zip |
Fomp 1.0.0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4807 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ import shutil import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -FOMP_VERSION = '0.0.0' +FOMP_VERSION = '1.0.0' # Mandatory waf variables APPNAME = 'fomp' # Package name for waf dist @@ -31,7 +31,7 @@ def configure(conf): conf.env.pluginlib_PATTERN = pat conf.env.pluginlib_EXT = pat[pat.rfind('.'):] - autowaf.display_msg(conf, "LV2 bundle directory", + autowaf.display_msg(conf, 'LV2 bundle directory', conf.env.LV2DIR) print('') |