You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphicsMagick, as installed via Homebrew (https://brew.sh), has
library dependencies that must be linked-to at link-time. Various
io2d backends have been linking to these directly, except the SDL2
backend.
SDL2's backend now instructs executables to link to GraphicsMagick's
dependencies, when targeting Apple platform(s). This was implemented
using similar means to other io2d backends, but with a bit more use of
CMake's find_package(...) function.
0 commit comments