summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/distutils/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/util.py b/Lib/distutils/util.py
index cfcc6a951e..731ee988b5 100644
--- a/Lib/distutils/util.py
+++ b/Lib/distutils/util.py
@@ -106,7 +106,7 @@ def get_platform ():
osname = "macosx"
- if (release + '.') < '10.4.' and \
+ if (release + '.') >= '10.4.' and \
get_config_vars().get('UNIVERSALSDK', '').strip():
# The universal build will build fat binaries, but not on
# systems before 10.4