From: John Emmas Date: Mon, 10 Aug 2015 17:16:33 +0000 (+0100) Subject: Oops - forgot I'd need to add an entry to 'ptformat/wscript' X-Git-Tag: 4.2~76 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f83327fecbb9474b7a905b7802e45b36edc65c86;p=ardour.git Oops - forgot I'd need to add an entry to 'ptformat/wscript' --- diff --git a/libs/ptformat/wscript b/libs/ptformat/wscript index 9e1e11fbf0..4d381234fe 100644 --- a/libs/ptformat/wscript +++ b/libs/ptformat/wscript @@ -38,6 +38,7 @@ def build(bld): autowaf.ensure_visible_symbols (obj, True) obj.vnum = LIBPTFORMAT_LIB_VERSION obj.install_path = bld.env['LIBDIR'] + obj.defines = [ 'LIBPTFORMAT_DLL_EXPORTS' ] def shutdown(): autowaf.shutdown()