Commit 25433b96dc071b6b53914b069fd6525a19b839ac

Nick Mathewson 2010-05-06T14:37:23

Only specify -no-undefined on mingw It turns out that commit 3cbca8661f broke building with shared libraries on OSX. Since -no-undefined is only necessary on platforms like win32, only use it there. There may be a better fix for this. Should fix bug 2997775.