Added a comment about a possible error.

This commit is contained in:
Harry Moffat 2009-07-23 18:20:03 +00:00
parent 860aea6090
commit 2228bc0288

View file

@ -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