This is an archive of the discontinued Mercurial Phabricator instance.

setup: Fix installing in a mingw environment
ClosedPublic

Authored by glandium on Aug 10 2017, 9:16 PM.

Details

Summary

The addition, in 9a4adc76c88a, of a hack for the MSVC compiler class was
overwriting the original class for the Mingw32CCompiler class, leading to an
error when the HackedMingw32CCompiler is instantiated.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

glandium created this revision.Aug 10 2017, 9:16 PM
quark accepted this revision.Aug 10 2017, 9:35 PM

Should we put this on stable?

4.3.1 can't currently be installed with MINGW64 python currently because of this, so I'd say yes.

This revision was automatically updated to reflect the committed changes.