mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
revert for x86
This commit is contained in:
parent
352600537f
commit
01242c1d15
1 changed files with 5 additions and 7 deletions
|
@ -11,13 +11,11 @@ rustflags = [
|
|||
"link-arg=/STACK:4194304",
|
||||
]
|
||||
|
||||
# TODO: build lzld for x86_64
|
||||
# [target.x86_64-apple-darwin]
|
||||
# linker = "tools/lzld/lzld"
|
||||
# rustflags = [
|
||||
# "-C",
|
||||
# "linker-flavor=ld64.lld",
|
||||
# ]
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = [
|
||||
"-C",
|
||||
"link-args=-weak_framework Metal -weak_framework MetalPerformanceShaders -weak_framework QuartzCore -weak_framework CoreGraphics",
|
||||
]
|
||||
|
||||
[target.aarch64-apple-darwin]
|
||||
linker = "tools/lzld/lzld"
|
||||
|
|
Loading…
Add table
Reference in a new issue