Fixed bug in SConstruct. Split() makes an array not a space separated string.

This commit is contained in:
Jack Moffitt
2008-12-15 15:14:16 -07:00
parent 4f608fd957
commit 7ee628c1c1

View File

@@ -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