summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 98b59ab..de1bcf7 100644
--- a/wscript
+++ b/wscript
@@ -126,7 +126,7 @@ def build(bld):
includes = ['.', './src'],
export_includes = ['.'],
name = 'libsord_static',
- target = 'sord-%s' % lib_suff,
+ target = 'sord-%s' % SORD_MAJOR_VERSION,
vnum = SORD_VERSION,
install_path = '${LIBDIR}',
libs = libs,