From 4d6492973b78bb9f1d2e6801ee187334e0b31b50 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Jan 2012 01:42:51 +0000 Subject: Fix syntax error oops. git-svn-id: http://svn.drobilla.net/sord/trunk@190 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 96a6591..9ab2ec1 100644 --- a/wscript +++ b/wscript @@ -172,7 +172,7 @@ def build(bld): lib = test_libs, target = 'sordi_static', install_path = '', - cflags = test_cflags, + cflags = test_cflags) autowaf.use_lib(bld, obj, 'SERD') # C++ build test -- cgit v1.2.1