Revert ""Try" push without -lssp on windows to see what needs it."

This reverts commit 47b3e087e9.
This commit is contained in:
Rafael Ávila de Espíndola 2011-06-29 13:25:52 -04:00
parent bbd0d58955
commit 54f618128e

View file

@ -410,7 +410,7 @@ fn main(vec[str] args) {
alt (sess.get_targ_cfg().os) {
case (session::os_win32) {
shared_cmd = "-shared";
gcc_args = common_args;
gcc_args = common_args + ["-lssp"];
}
case (session::os_macos) {
shared_cmd = "-dynamiclib";