Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit d4319e0

Browse files
committed
Apparently target_list needs to be a superset
1 parent 2d97259 commit d4319e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

master/build-rust-manifest.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
# These are the platforms we produce standard libraries for
7272
target_list = sorted([
7373
"aarch64-apple-ios",
74+
"aarch64-unknown-linux-gnu",
7475
"arm-linux-androideabi",
7576
"arm-unknown-linux-gnueabi",
7677
"arm-unknown-linux-gnueabihf",

0 commit comments

Comments
 (0)