Skip to content

Commit

Permalink
Fix library path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakski committed Oct 7, 2021
1 parent 17f48d9 commit 0ec9e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ec9e5a

Please sign in to comment.