Ver Fonte

Try undoing unnecessary change

Jordan Rhee há 6 anos atrás
pai
commit
f3bd252ffc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      build.rs

+ 1 - 1
build.rs

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