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
Build script fails on this function, with VCPKG_ROOT not found..., which is code it shouldn't be getting to given that using pkg-config is enabled and I'm not setting NO_PKG_CONFIG_* anywhere.
Am I doing/expecting something wrong? Or is the issue elsewhere?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have
"rust-analyzer.cargo.features": ["scrap/linux-pkg-config"]
in a.vscode/settings.json
, but it seemingly doesn't want to work.Manually running the command does:
Build script fails on this function, with
VCPKG_ROOT not found...
, which is code it shouldn't be getting to given that usingpkg-config
is enabled and I'm not settingNO_PKG_CONFIG_*
anywhere.Am I doing/expecting something wrong? Or is the issue elsewhere?
Beta Was this translation helpful? Give feedback.
All reactions