diff options
author | David Robillard <d@drobilla.net> | 2022-05-19 12:02:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-19 12:02:04 -0400 |
commit | ba82253c0557b65afe0dd52c43c3a75ca4a48e29 (patch) | |
tree | 854991328cdbddf78b706f0688cd3ef2c6bf73b4 /wscript | |
parent | d2efdb2d026216449599350b55c2c85c0d3efb89 (diff) | |
download | sord-ba82253c0557b65afe0dd52c43c3a75ca4a48e29.tar.gz sord-ba82253c0557b65afe0dd52c43c3a75ca4a48e29.tar.bz2 sord-ba82253c0557b65afe0dd52c43c3a75ca4a48e29.zip |
Fix C++ test build
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |