]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-make-fulldeps/prune-link-args/Makefile
Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus
[rust.git] / src / test / run-make-fulldeps / prune-link-args / Makefile
index a6e219873dfd28af4a5b42b269723e4752b37e17..3589f98e7e5c8c0efe4ff827ce9b239d81692e2a 100644 (file)
@@ -1,11 +1,9 @@
 -include ../tools.mk
-ifdef IS_WINDOWS
-# ignore windows
-RUSTC_FLAGS =
-else
+
+# ignore-windows
+
 # Notice the space in the end, this emulates the output of pkg-config
 RUSTC_FLAGS = -C link-args="-lc "
-endif
 
 all:
        $(RUSTC) $(RUSTC_FLAGS) empty.rs