[Python-checkins] distutils2: Update test setup.cfg (followup to e39d1b6f0856)

eric.araujo python-checkins at python.org
Tue Nov 15 15:06:00 CET 2011


http://hg.python.org/distutils2/rev/3e65e4c748cb
changeset:   1253:3e65e4c748cb
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Nov 15 11:27:33 2011 +0100
summary:
  Update test setup.cfg (followup to e39d1b6f0856)

files:
  distutils2/tests/test_config.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/distutils2/tests/test_config.py b/distutils2/tests/test_config.py
--- a/distutils2/tests/test_config.py
+++ b/distutils2/tests/test_config.py
@@ -120,7 +120,7 @@
     /usr/include/blitz
 extra_compile_args = -fPIC -O2
     -DGECODE_VERSION=$(./gecode_version) -- sys.platform != 'win32'
-    /DGECODE_VERSION='win32' -- sys.platform == 'win32'
+    /DGECODE_VERSION=win32 -- sys.platform == 'win32'
 language = cxx
 
 # corner case: if the parent package of an extension is declared but

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list