We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a0e5 commit 1290b9eCopy full SHA for 1290b9e
build.py
@@ -81,7 +81,7 @@
81
]
82
83
triple = Configuration.current.target.triple
84
-if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi":
+if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi" or triple == "s390x-linux-gnu":
85
foundation.LDFLAGS += '-lcurl '
86
87
if triple == "armv7-none-linux-androideabi":
0 commit comments