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
After adding support in the build system for building in the Homebrew packaging environment, we run into issues linking normally when invoking Meson directly when Homebrew is installed on Linux (Debian). The build system will pick up on shared libraries in /home/linuxbrew/.linuxbrew/lib and fail to link.
The text was updated successfully, but these errors were encountered:
After adding support in the build system for building in the Homebrew packaging environment, we run into issues linking normally when invoking Meson directly when Homebrew is installed on Linux (Debian). The build system will pick up on shared libraries in
/home/linuxbrew/.linuxbrew/lib
and fail to link.The text was updated successfully, but these errors were encountered: