Skip to content

Commit 1290b9e

Browse files
vivkongparkera
authored andcommitted
missing -lcurl for s390x (#676)
1 parent 528a0e5 commit 1290b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
]
8282

8383
triple = Configuration.current.target.triple
84-
if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi":
84+
if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi" or triple == "s390x-linux-gnu":
8585
foundation.LDFLAGS += '-lcurl '
8686

8787
if triple == "armv7-none-linux-androideabi":

0 commit comments

Comments
 (0)