From 2228bc028883faaaa2cb9fa345560d6943dc84a4 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 23 Jul 2009 18:20:03 +0000 Subject: [PATCH] Added a comment about a possible error. --- Cantera/python/setup.py.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cantera/python/setup.py.in b/Cantera/python/setup.py.in index a279581c9..957fa1e62 100644 --- a/Cantera/python/setup.py.in +++ b/Cantera/python/setup.py.in @@ -1,6 +1,11 @@ import sys import string from distutils.core import setup, Extension + +# +# HKM +# note having a % in a string may cause the distutils module to error exit +# This occurs on solaris, as some CC parameters have % in their names. libs = [] platform = sys.platform