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