1
0
Fork 0
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:
Salamandar 2024-06-10 22:54:57 +02:00
parent 12b8a2e974
commit ef30e1e136

View file

@ -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" \