From 0ec9e5a08edbffd348b25f1d053d91d4c38e59b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pie=C5=84kowski?= <8525083+Jakski@users.noreply.github.com> Date: Fri, 8 Oct 2021 01:49:23 +0200 Subject: [PATCH] Fix library path --- lib/utils.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.bash b/lib/utils.bash index 0ca72d1..0ca9c3d 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -69,6 +69,7 @@ install_version() { --buildtype release \ --optimization 2 \ --prefix "$install_path" \ + --libdir "${install_path}/lib" \ -Dgit_hash="$git_hash" ninja -C build ninja -C build install