about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-06 15:55:46 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-06 15:55:46 -0800
commitd27039d701a3c6e97f19e41436d06ed42c0f5f8a (patch)
tree9516c60b7323f1233858665501a5029c9c3f90f0
parent2655abdd399661fbbcac3c9bde23444ccea64a63 (diff)
parentbb5f03b900146d5e7f4fda849a38531d7f124441 (diff)
downloadrust-d27039d701a3c6e97f19e41436d06ed42c0f5f8a.tar.gz
rust-d27039d701a3c6e97f19e41436d06ed42c0f5f8a.zip
rollup merge of #18709 : alexcrichton/fix-windows
-rw-r--r--mk/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/main.mk b/mk/main.mk
index 7ed134d60fb..aba02088eab 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -155,6 +155,7 @@ endif
 RUSTFLAGS_STAGE0 += -C prefer-dynamic
 RUSTFLAGS_STAGE1 += -C prefer-dynamic
 RUST_LIB_FLAGS_ST2 += -C prefer-dynamic
+RUST_LIB_FLAGS_ST3 += -C prefer-dynamic
 
 # Landing pads require a lot of codegen. We can get through bootstrapping faster
 # by not emitting them.