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
missing linking with three libraries - advapi32.lib, shell32.lib ole32.lib.
Additional context
manually adding these link arguments to the ninja build file results in success. how can the port files be modified to include these? so when a glib is built as part of another package it can succeed?
The text was updated successfully, but these errors were encountered:
Do you really want to target 32-bit arm instead of arm64?
Please show proper error logs.
glib is built with meson.
For windows, vcpkg normally passes implicit link libraries as initialized in CMake to meson, via a generated "machine file".
(And meson doesn't use that list for configuration tests...)
Operating system
windows-arm
Compiler
msvc
Steps to reproduce the behavior
Failure logs
missing linking with three libraries - advapi32.lib, shell32.lib ole32.lib.
Additional context
manually adding these link arguments to the ninja build file results in success. how can the port files be modified to include these? so when a glib is built as part of another package it can succeed?
The text was updated successfully, but these errors were encountered: