microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
280b0da953f54bd2ea9e48c78f03518ef4e75bae

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.cargo/config.toml

14lines · modecode

1[target.x86_64-apple-darwin]
2rustflags = [
3 "-C", "link-arg=-undefined",
4 "-C", "link-arg=dynamic_lookup",
5]
6
7[target.aarch64-apple-darwin]
8rustflags = [
9 "-C", "link-arg=-undefined",
10 "-C", "link-arg=dynamic_lookup",
11]
12
13[target.aarch64-unknown-linux-gnu]
14linker = "aarch64-linux-gnu-gcc"
15