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:
parent
492b6b6398
commit
604e9e2413
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ function setup_sources {
|
|||
}
|
||||
|
||||
function build_libheif {
|
||||
export GOPATH="$final_path/build/go"
|
||||
export GOCACHE="$final_path/build/.cache"
|
||||
|
||||
pushd "$final_path/libheif" || ynh_die
|
||||
chown -R $app:$app "$final_path/libheif"
|
||||
mkdir -p "$final_path/local"
|
||||
|
|
Loading…
Add table
Reference in a new issue