Removes Windows-specific invocation of MagickCore-config in build script.
This was added in #114 to support building on MSYS2, and modified in #126 to address some issues of native ImageMagick-Windows build. However, the not(target_env = "msvc") flag does not cover a scenario where ImageMagick and its dependencies are built and managed on MSYS2 while your own application is built with MSVC. Fortunately, with #132 it is no longer needed, and on MSYS2 it just takes the fallback path.
Uses ucrt64 instead of mingw64 in test-msys2.yaml workflow, as ucrt64 has fewer compatibility issues.
Removes Windows-specific invocation of
MagickCore-config
in build script.This was added in #114 to support building on MSYS2, and modified in #126 to address some issues of native ImageMagick-Windows build. However, the
not(target_env = "msvc")
flag does not cover a scenario where ImageMagick and its dependencies are built and managed on MSYS2 while your own application is built with MSVC. Fortunately, with #132 it is no longer needed, and on MSYS2 it just takes the fallback path.test-msys2.yaml
workflow, as ucrt64 has fewer compatibility issues.