diff options
author | David Robillard <d@drobilla.net> | 2011-05-30 17:08:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-30 17:08:00 +0000 |
commit | 80dbbaaa413e3d2400e983761c4c703ab04ac229 (patch) | |
tree | 31deb91d65b976593b17493674c94345a8f6235a /wscript | |
parent | 8848080cac419f4ab4f3d60dd1f9bbc90f179b10 (diff) | |
download | lilv-80dbbaaa413e3d2400e983761c4c703ab04ac229.tar.gz lilv-80dbbaaa413e3d2400e983761c4c703ab04ac229.tar.bz2 lilv-80dbbaaa413e3d2400e983761c4c703ab04ac229.zip |
Fix building with --bindings (patch from Alessio Treglia)
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3340 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ def configure(conf): try: conf.load('swig python') conf.check_python_headers() - autowaf.define(conf, 'LILV_BINDINGS', 1); + autowaf.define(conf, 'LILV_PYTHON', 1); except: pass |