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

Fix libheif compilation

This commit is contained in:
yalh76 2022-04-07 23:20:27 +02:00
parent 492b6b6398
commit 604e9e2413

View file

@ -29,6 +29,9 @@ function setup_sources {
} }
function build_libheif { function build_libheif {
export GOPATH="$final_path/build/go"
export GOCACHE="$final_path/build/.cache"
pushd "$final_path/libheif" || ynh_die pushd "$final_path/libheif" || ynh_die
chown -R $app:$app "$final_path/libheif" chown -R $app:$app "$final_path/libheif"
mkdir -p "$final_path/local" mkdir -p "$final_path/local"