Skip to content

Commit c4e0755

Browse files
committed
Fix librustc_llvm
1 parent 99e2bb7 commit c4e0755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/mklldeps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run(args):
6767
"target_os = \"" + os + "\"",
6868
]
6969

70-
f.write("#[cfg(" + ', '.join(cfg) + ")]\n")
70+
f.write("#[cfg(all(" + ', '.join(cfg) + "))]\n")
7171

7272
version = run([llconfig, '--version']).strip()
7373

0 commit comments

Comments
 (0)