Added a comment about a possible error.
This commit is contained in:
parent
860aea6090
commit
2228bc0288
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue