Skip to content

Commit cc8ec6a

Browse files
authored
Merge pull request #1278 from antonmes/swift_cflags
2 parents b5b54cd + 27de337 commit cc8ec6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
'-lcurl ',
9999
'-lxml2 ',
100100
])
101-
swift_cflags += ''.join([
102-
'-I${SYSROOT}/usr/include/curl ',
103-
'-I${SYSROOT}/usr/include/libxml2 ',
104-
])
101+
swift_cflags += [
102+
'-I${SYSROOT}/usr/include/curl',
103+
'-I${SYSROOT}/usr/include/libxml2',
104+
]
105105

106106
triple = Configuration.current.target.triple
107107
if triple == "armv7-none-linux-androideabi":

0 commit comments

Comments
 (0)