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:
parent
46fb5e7415
commit
a22bee65be
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue