mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
cmake_install_prefix
This commit is contained in:
parent
12b8a2e974
commit
ef30e1e136
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function build_libheif {
|
|||
ynh_exec_as "$app" mkdir build
|
||||
pushd build
|
||||
ynh_exec_and_print_stderr_only_if_error ynh_exec_as "$app" \
|
||||
cmake --preset=release --prefix="$install_dir/local" -DWITH_GDK_PIXBUF=OFF -G Ninja ..
|
||||
cmake --preset=release -DCMAKE_INSTALL_PREFIX="$install_dir/local" -DWITH_GDK_PIXBUF=OFF -G Ninja ..
|
||||
ynh_exec_and_print_stderr_only_if_error ynh_exec_as "$app" \
|
||||
ninja
|
||||
ynh_exec_and_print_stderr_only_if_error ynh_exec_as "$app" \
|
||||
|
|
Loading…
Add table
Reference in a new issue