summaryrefslogtreecommitdiffstats
path: root/src/gui/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-08 21:09:03 +0000
committerDavid Robillard <d@drobilla.net>2012-08-08 21:09:03 +0000
commit5b066db0735824a531c74e4a0eedd830fdced13a (patch)
tree96161dda3809d61d1d9365eece448ce555eeafd2 /src/gui/wscript
parente8e6c94ebe95d6d7fd48cea1c383d749272e7662 (diff)
downloadingen-5b066db0735824a531c74e4a0eedd830fdced13a.tar.gz
ingen-5b066db0735824a531c74e4a0eedd830fdced13a.tar.bz2
ingen-5b066db0735824a531c74e4a0eedd830fdced13a.zip
Clean up wscript files.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4624 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r--src/gui/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 5b5ae362..7702bd4f 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -64,7 +64,7 @@ def build(bld):
target = '../../ingen_gui.ui',
install_path = '${DATADIR}/ingen',
chmod = Utils.O755,
- INGEN_VERSION = bld.env['INGEN_VERSION'])
+ INGEN_VERSION = bld.env.INGEN_VERSION)
# LV2 UI
obj = bld(features = 'cxx cxxshlib',