summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-08 16:57:46 +0100
committerRobin Gareus <robin@gareus.org>2015-01-08 17:59:41 +0100
commit659c0d093da45cd8dbd74ebb572eaaa45aed9bf4 (patch)
treed0e2771c871c4f1128870a1ee0d2acfb3c41cefd /libs/timecode
parent7985624037bc8dd7d167408cbecffdad0bb05a4a (diff)
remove hardcoded major version in build scripts
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/timecode/wscript b/libs/timecode/wscript
index 77a23da088..fadeb0aebd 100644
--- a/libs/timecode/wscript
+++ b/libs/timecode/wscript
@@ -21,7 +21,8 @@ def build(bld):
target = 'timecode',
includes = ['.'],
export_includes = ['.'],
- defines = [ 'LIBTIMECODE_DLL_EXPORTS' ]
+ defines = [ 'LIBTIMECODE_DLL_EXPORTS' ],
+ install_path = bld.env['LIBDIR']
)
def shutdown():