mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Add the FIXME and remove debug code
This commit is contained in:
parent
092d97f829
commit
5d7480a91b
7
setup.py
7
setup.py
|
@ -465,9 +465,10 @@ class pil_build_ext(build_ext):
|
|||
# Add the directory to the include path so we can include
|
||||
# <openjpeg.h> rather than having to cope with the versioned
|
||||
# include path
|
||||
print()
|
||||
print("====> Adding {} to {}".format(best_path, self.compiler.include_dirs))
|
||||
print()
|
||||
# FIXME (melvyn-sopacua):
|
||||
# At this point it's possible that best_path is already in
|
||||
# self.compiler.include_dirs. Should investigate how that is
|
||||
# possible.
|
||||
_add_directory(self.compiler.include_dirs, best_path, 0)
|
||||
feature.jpeg2000 = 'openjp2'
|
||||
feature.openjpeg_version = '.'.join(str(x) for x in best_version)
|
||||
|
|
Loading…
Reference in New Issue
Block a user