Add Apple WatchOS compile targets
This commit is contained in:
parent
c84594661c
commit
dc5c61028a
16 changed files with 231 additions and 9 deletions
|
@ -1036,7 +1036,8 @@ unsafe fn embed_bitcode(
|
|||
// reason (see issue #90326 for historical background).
|
||||
let is_apple = cgcx.opts.target_triple.triple().contains("-ios")
|
||||
|| cgcx.opts.target_triple.triple().contains("-darwin")
|
||||
|| cgcx.opts.target_triple.triple().contains("-tvos");
|
||||
|| cgcx.opts.target_triple.triple().contains("-tvos")
|
||||
|| cgcx.opts.target_triple.triple().contains("-watchos");
|
||||
if is_apple
|
||||
|| cgcx.opts.target_triple.triple().starts_with("wasm")
|
||||
|| cgcx.opts.target_triple.triple().starts_with("asmjs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue