Initial commit: rust-scribe transcription tool
This commit is contained in:
14
.cargo/config.toml
Normal file
14
.cargo/config.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = [
|
||||
"-L", "/opt/homebrew/lib",
|
||||
"-l", "c++",
|
||||
# 正確写法:使用 -C link-arg= 將參數傳遞給連結器
|
||||
"-C", "link-arg=-framework",
|
||||
"-C", "link-arg=Metal",
|
||||
"-C", "link-arg=-framework",
|
||||
"-C", "link-arg=Foundation",
|
||||
"-C", "link-arg=-framework",
|
||||
"-C", "link-arg=QuartzCore",
|
||||
"-C", "link-arg=-framework",
|
||||
"-C", "link-arg=CoreGraphics"
|
||||
]
|
||||
Reference in New Issue
Block a user