From 38c355b8b46d2f10c931697aca3bfc19e52e3727 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 May 2011 17:09:14 +0000 Subject: Don't add soname/version to python module (suggestion from Alessio Treglia) git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3341 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index ad214c3..11d4240 100644 --- a/wscript +++ b/wscript @@ -274,7 +274,6 @@ def build(bld): target = 'bindings/_lilv', includes = ['..'], swig_flags = '-c++ -python -Wall -I.. -llilv -features autodoc=1', - vnum = LILV_LIB_VERSION, use = 'liblilv') autowaf.use_lib(bld, obj, 'LILV') -- cgit v1.2.1