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
When i try to build after adding the package to the go.mod the build fails. All I get is a printout of all the packages in the project and the only odd thing I see is:
pkg-config --cflags -- vips vips vips vips
pkg-config: exec: "pkg-config": executable file not found in $PATH
Has anyone seen this before?
The text was updated successfully, but these errors were encountered:
When i try to build after adding the package to the go.mod the build fails. All I get is a printout of all the packages in the project and the only odd thing I see is:
pkg-config --cflags -- vips vips vips vips
pkg-config: exec: "pkg-config": executable file not found in $PATH
Has anyone seen this before?
The text was updated successfully, but these errors were encountered: