Explorar o código

Remove unnecessary check

Jordan Rhee %!s(int64=6) %!d(string=hai) anos
pai
achega
0a87c71839
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -348,7 +348,7 @@ mod c {
             }
         }
 
-        if llvm_target[0] == "armv7" /* XXX && target_env != "msvc" */ {
+        if llvm_target[0] == "armv7" {
             sources.extend(
                 &[
                     "arm/sync_fetch_and_add_4.S",