aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript4
1 files 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']: