1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

fix compiling libheif?

This commit is contained in:
Thomas 2024-05-02 19:31:30 +02:00 committed by GitHub
parent 46fb5e7415
commit a22bee65be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,9 @@ function build_api {
"LD_LIBRARY_PATH=$heif_ld_lib_path"
"CGO_CFLAGS=$heif_cgo_cflags"
"GOENV_VERSION=$go_version"
CGO_ENABLED=1
"CGO_ENABLED=1"
# workaround for issue https://github.com/strukturag/libheif/issues/523
"GO111MODULE=off"
)
pushd "$install_dir/sources/api" || ynh_die