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

This commit is contained in:
Rafael Ávila de Espíndola 2011-06-29 12:56:54 -04:00
parent 1d05718c2d
commit 47b3e087e9

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 + ["-lssp"];
gcc_args = common_args;
}
case (session::os_macos) {
shared_cmd = "-dynamiclib";