mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-31 09: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
|
snprintf.c
|
||||||
""")
|
""")
|
||||||
|
|
||||||
Sources += ' tls_%s.c' % TLS_PLUGIN
|
Sources.append('tls_%s.c' % TLS_PLUGIN)
|
||||||
|
|
||||||
Headers = Split("""
|
Headers = Split("""
|
||||||
strophe.h
|
strophe.h
|
||||||
|
|||||||
Reference in New Issue
Block a user