# HG changeset patch # User Chris Cannam # Date 1299083283 0 # Node ID dff8ec43c86d2f84914ee63fcebb946b115d87f1 # Parent 67feb05754eee2dcaf1cb6af0c3df0e106d11def * We should have a 64-bit Python module now: no longer force to 32 diff -r 67feb05754ee -r dff8ec43c86d hgrunner.cpp --- a/hgrunner.cpp Wed Mar 02 13:27:32 2011 +0000 +++ b/hgrunner.cpp Wed Mar 02 16:28:03 2011 +0000 @@ -423,9 +423,7 @@ #endif #ifdef Q_OS_MAC - // On OS/X 10.6, Python is 64-bit by default but our Hg extension - // is only available in 32-bit - if (settings.value("python32", true).toBool()) { + if (settings.value("python32", false).toBool()) { env.insert("VERSIONER_PYTHON_PREFER_32_BIT", "1"); } #endif