From 73c89e1a8b6fb7b22758821170e5559ac0b99bbe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 03:44:47 +0000 Subject: Fix define names and symbol visibility git-svn-id: http://svn.drobilla.net/serd/trunk@221 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 5efedd6e..53eda860 100644 --- a/wscript +++ b/wscript @@ -97,8 +97,8 @@ def build(bld): target = 'serd-%s' % SERD_MAJOR_VERSION, vnum = SERD_LIB_VERSION, install_path = '${LIBDIR}', - cflags = libflags + [ '-DSORD_SHARED', - '-DSORD_INTERNAL' ]) + cflags = libflags + [ '-DSERD_SHARED', + '-DSERD_INTERNAL' ]) # Static library if bld.env['BUILD_STATIC']: -- cgit v1.2.1