Skip to content

Commit f3bd252

Browse files
committed
Try undoing unnecessary change
1 parent 78f544f commit f3bd252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ mod c {
348348
}
349349
}
350350

351-
if llvm_target[0] == "armv7" && target_env != "msvc" {
351+
if llvm_target[0] == "armv7" /* XXX && target_env != "msvc" */ {
352352
sources.extend(
353353
&[
354354
"arm/sync_fetch_and_add_4.S",

0 commit comments

Comments
 (0)