From 80dbbaaa413e3d2400e983761c4c703ab04ac229 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 May 2011 17:08:00 +0000 Subject: Fix building with --bindings (patch from Alessio Treglia) git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3340 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index d1e03f8..ad214c3 100644 --- a/wscript +++ b/wscript @@ -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 -- cgit v1.2.1