mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-19 20:26:21 +00:00
Fixed bug in SConstruct. Split() makes an array not a space separated string.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user