Skip to content

Commit 0a87c71

Browse files
committed
Remove unnecessary check
1 parent f3bd252 commit 0a87c71

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

0 commit comments

Comments
 (0)