Skip to content

Commit b42a3a9

Browse files
committed
Build with -lcurl on powerpc64{le}
Signed-off-by: Russell Currey <[email protected]>
1 parent c41f353 commit b42a3a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.py

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

8383
triple = Configuration.current.target.triple
84-
if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi" or triple == "s390x-linux-gnu":
84+
if triple == "x86_64-linux-gnu" or triple == "armv7-none-linux-androideabi" or triple == "s390x-linux-gnu" \
85+
or triple == "powerpc64-linux-gnu" or triple == "powerpc64le-linux-gnu":
8586
foundation.LDFLAGS += '-lcurl '
8687

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

0 commit comments

Comments
 (0)