Add x86-64, ios, macosx to the ASM_TARGETS array.
This fixes the build on x86_64-apple-ios.
This commit is contained in:
parent
ab72aa1ab4
commit
1d3ac2ed95
1
build.rs
1
build.rs
@ -254,6 +254,7 @@ const LD_FLAGS: &'static [&'static str] = &[];
|
||||
const ASM_TARGETS:
|
||||
&'static [(&'static str, Option<&'static str>, &'static str)] =
|
||||
&[
|
||||
("x86_64", Some("ios"), "macosx"),
|
||||
("x86_64", Some("macos"), "macosx"),
|
||||
("x86_64", Some(WINDOWS), "nasm"),
|
||||
("x86_64", None, "elf"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user