0
0
Fork 0
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:
Divy Srivastava 2024-05-07 11:43:34 +05:30
parent 352600537f
commit 01242c1d15

View file

@ -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"