From ba82253c0557b65afe0dd52c43c3a75ca4a48e29 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 May 2022 12:02:04 -0400 Subject: Fix C++ test build --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index fd8578e..8dc49ef 100644 --- a/wscript +++ b/wscript @@ -276,7 +276,7 @@ def build(bld): lib = test_libs, target = 'sordmm_test', install_path = '', - defines = defines + ['SORD_STATIC', 'ZIX_STATIIC'], + defines = defines + ['SORD_STATIC', 'ZIX_STATIC'], cxxflags = test_cflags, linkflags = test_linkflags, uselib = 'SERD') -- cgit v1.2.1