summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-17 00:53:43 +0800
committerruki <[email protected]>2024-07-17 00:53:43 +0800
commit10df5c458fcf66832c0ef437157c7397f2283b18 (patch)
treef36c3c47493e442828226aebd4e065b80202b3ef /tests
parent4c983a4dc236397c6bee9cf6e06f089d12a9f259 (diff)
install rpath
Diffstat (limited to 'tests')
-rw-r--r--tests/actions/install/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/actions/install/xmake.lua b/tests/actions/install/xmake.lua
index 8dc12f176..18617c971 100644
--- a/tests/actions/install/xmake.lua
+++ b/tests/actions/install/xmake.lua
@@ -16,6 +16,7 @@ target("app")
set_kind("binary")
add_deps("foo")
add_files("src/main.cpp")
+ add_rpathdirs("@loader_path/../lib", {installonly = true})
-- set_prefixdir("app")
includes("@builtin/xpack")