changeset 261:0dbfea0099ca

* Doh
author Chris Cannam
date Wed, 12 Jan 2011 15:53:46 +0000
parents f32465eba055
children a7843b03b4cf
files hgrunner.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrunner.cpp	Wed Jan 12 15:46:37 2011 +0000
+++ b/hgrunner.cpp	Wed Jan 12 15:53:46 2011 +0000
@@ -426,7 +426,7 @@
     // 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()) {
-        env.insert("VERSIONER_PYTHON_PREFER_32_BIT", 1);
+        env.insert("VERSIONER_PYTHON_PREFER_32_BIT", "1");
     }
 #endif