Remove obsolete comment.
This commit is contained in:
parent
70cf4c4209
commit
41cb66f710
5
setup.py
5
setup.py
|
@ -42,11 +42,6 @@ if sys.platform in ("win32", "cygwin"):
|
||||||
# define the list of files to be included as documentation for bdist_rpm
|
# define the list of files to be included as documentation for bdist_rpm
|
||||||
docFiles = "README.txt LICENSE.txt samples test"
|
docFiles = "README.txt LICENSE.txt samples test"
|
||||||
|
|
||||||
# NOTE: on HP-UX Itanium with Oracle 10g you need to add the library "ttsh10"
|
|
||||||
# to the list of libraries along with "clntsh"; since I am unable to test, I'll
|
|
||||||
# leave this as a comment until someone can verify when this is required
|
|
||||||
# without making other cases where sys.platform == "hp-ux11" stop working
|
|
||||||
|
|
||||||
# setup extra link and compile args
|
# setup extra link and compile args
|
||||||
extraLinkArgs = []
|
extraLinkArgs = []
|
||||||
extraCompileArgs = ["-DBUILD_VERSION=%s" % BUILD_VERSION]
|
extraCompileArgs = ["-DBUILD_VERSION=%s" % BUILD_VERSION]
|
||||||
|
|
Loading…
Reference in New Issue