Parcourir la source

Remove unnecessary check

Jordan Rhee il y a 6 ans
Parent
commit
0a87c71839
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",