mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Turn off nullability warnings for macOS SDK
This commit is contained in:
parent
583039608d
commit
24865e5832
3
setup.py
3
setup.py
|
@ -569,6 +569,9 @@ class pil_build_ext(build_ext):
|
||||||
if sdk_path:
|
if sdk_path:
|
||||||
_add_directory(library_dirs, os.path.join(sdk_path, "usr", "lib"))
|
_add_directory(library_dirs, os.path.join(sdk_path, "usr", "lib"))
|
||||||
_add_directory(include_dirs, os.path.join(sdk_path, "usr", "include"))
|
_add_directory(include_dirs, os.path.join(sdk_path, "usr", "include"))
|
||||||
|
|
||||||
|
for extension in self.extensions:
|
||||||
|
extension.extra_compile_args = ["-Wno-nullability-completeness"]
|
||||||
elif (
|
elif (
|
||||||
sys.platform.startswith("linux")
|
sys.platform.startswith("linux")
|
||||||
or sys.platform.startswith("gnu")
|
or sys.platform.startswith("gnu")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user