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
You may wish to solve this a different way so i didn't do a PR, but simply adding this line right after the #cgo LDFLAGS in jpeg/jpeg.go allows modern systems with pkg-config setups to work; then setting PKG_CONFIG_PATH is enough to get even weird install locations to work
#cgo LDFLAGS: -ljpeg
#cgo pkg-config: libjpeg
The text was updated successfully, but these errors were encountered:
You may wish to solve this a different way so i didn't do a PR, but simply adding this line right after the
#cgo LDFLAGS
injpeg/jpeg.go
allows modern systems with pkg-config setups to work; then settingPKG_CONFIG_PATH
is enough to get even weird install locations to workThe text was updated successfully, but these errors were encountered: