X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Ftimecode%2Fwscript;h=fadeb0aebdcf19d142c834264eece2087108d40a;hb=7dfd39e708233b618c7911eb66e49625c60d4d1c;hp=77a23da0883081fe67d733637750dc5b28ce8d3c;hpb=e5e12acc5698090f2c0c614385e457cc0b46fbb0;p=ardour.git 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():