mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Merge pull request #1339 from python-pillow/radarhere-patch-1
Updated example Tcl version numbers
This commit is contained in:
commit
c0387ada42
2
setup.py
2
setup.py
|
@ -468,7 +468,7 @@ class pil_build_ext(build_ext):
|
||||||
feature.lcms = "lcms2_static"
|
feature.lcms = "lcms2_static"
|
||||||
|
|
||||||
if _tkinter and _find_include_file(self, "tk.h"):
|
if _tkinter and _find_include_file(self, "tk.h"):
|
||||||
# the library names may vary somewhat (e.g. tcl84 or tcl8.4)
|
# the library names may vary somewhat (e.g. tcl85 or tcl8.5)
|
||||||
version = TCL_VERSION[0] + TCL_VERSION[2]
|
version = TCL_VERSION[0] + TCL_VERSION[2]
|
||||||
if feature.want('tcl'):
|
if feature.want('tcl'):
|
||||||
if _find_library_file(self, "tcl" + version):
|
if _find_library_file(self, "tcl" + version):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user