We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e2bb7 commit c4e0755Copy full SHA for c4e0755
src/etc/mklldeps.py
@@ -67,7 +67,7 @@ def run(args):
67
"target_os = \"" + os + "\"",
68
]
69
70
- f.write("#[cfg(" + ', '.join(cfg) + ")]\n")
+ f.write("#[cfg(all(" + ', '.join(cfg) + "))]\n")
71
72
version = run([llconfig, '--version']).strip()
73
0 commit comments