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 c41f353 commit 791a55cCopy full SHA for 791a55c
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" or triple == "s390x-linux-gnu":
+if triple.endswith("-linux-gnu") or triple == "armv7-none-linux-androideabi":
85
foundation.LDFLAGS += '-lcurl '
86
87
if triple == "armv7-none-linux-androideabi":
0 commit comments