Skip to content

Commit efcb707

Browse files
committed
Remove libjpeg-turbo patch
1 parent 28c0733 commit efcb707

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

winbuild/build_prepare.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ def cmd_msbuild(
130130
"(LEGAL ISSUES\n============\n\n.+?)\n\nREFERENCES\n=========="
131131
".+(libjpeg-turbo Licenses\n======================\n\n.+)$"
132132
),
133-
"patch": {
134-
r"CMakeLists.txt": {
135-
# libjpeg-turbo does not detect MSVC x86_arm64 cross-compiler correctly
136-
'if(MSVC_IDE AND CMAKE_GENERATOR_PLATFORM MATCHES "arm64")': "if({architecture} STREQUAL ARM64)", # noqa: E501
137-
},
138-
},
139133
"build": [
140134
*cmds_cmake(
141135
("jpeg-static", "djpeg-static"),

0 commit comments

Comments
 (0)