From 7ee628c1c17c425ea28919d5ba0fa2a74aca8dc6 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 15 Dec 2008 15:14:16 -0700 Subject: [PATCH] Fixed bug in SConstruct. Split() makes an array not a space separated string. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f697c13..93f5120 100644 --- a/SConstruct +++ b/SConstruct @@ -53,7 +53,7 @@ Sources = Split(""" snprintf.c """) -Sources += ' tls_%s.c' % TLS_PLUGIN +Sources.append('tls_%s.c' % TLS_PLUGIN) Headers = Split(""" strophe.h