microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c33692f0e2e19723c95436edff82966be3e82bbd

Branches

Tags

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

Clone

HTTPS

Download ZIP

.cargo/config.toml

11lines · 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