libopenjpeg has no dependencies, skip searching for dependencies of openjpeg binaries on windows

This commit is contained in:
nulano 2022-09-05 11:58:12 +02:00
parent 7f978ab707
commit a7df33551c
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -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"),