Skip to content

Commit 54f6181

Browse files
committed
Revert ""Try" push without -lssp on windows to see what needs it."
This reverts commit 47b3e08.
1 parent bbd0d58 commit 54f6181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ fn main(vec[str] args) {
410410
alt (sess.get_targ_cfg().os) {
411411
case (session::os_win32) {
412412
shared_cmd = "-shared";
413-
gcc_args = common_args;
413+
gcc_args = common_args + ["-lssp"];
414414
}
415415
case (session::os_macos) {
416416
shared_cmd = "-dynamiclib";

0 commit comments

Comments
 (0)