mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
libopenjpeg has no dependencies, skip searching for dependencies of openjpeg binaries on windows
This commit is contained in:
parent
7f978ab707
commit
a7df33551c
|
@ -300,7 +300,7 @@ deps = {
|
|||
"dir": "openjpeg-2.5.0",
|
||||
"license": "LICENSE",
|
||||
"build": [
|
||||
cmd_cmake(("-DBUILD_THIRDPARTY:BOOL=OFF", "-DBUILD_SHARED_LIBS:BOOL=OFF")),
|
||||
cmd_cmake(("-DBUILD_CODEC:BOOL=OFF", "-DBUILD_SHARED_LIBS:BOOL=OFF")),
|
||||
cmd_nmake(target="clean"),
|
||||
cmd_nmake(target="openjp2"),
|
||||
cmd_mkdir(r"{inc_dir}\openjpeg-2.5.0"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user