From 3d2129ca4e170faf4b7012e4ec991cb5d91abb13 Mon Sep 17 00:00:00 2001 From: scorpion-26 <58082714+scorpion-26@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:05:13 +0100 Subject: [PATCH] Build: Remove ../lib rpath --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3ec0b39..48b92c4 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ executable( ['src/gBar.cpp'], dependencies: [gtk], link_with: libgBar, - install_rpath: '$ORIGIN/:$ORIGIN/../lib', + install_rpath: '$ORIGIN/', install: true )