summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ptformat/wscript1
1 files changed, 1 insertions, 0 deletions
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()