diff options
| author | ruki <[email protected]> | 2024-07-17 00:53:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-17 00:53:43 +0800 |
| commit | 10df5c458fcf66832c0ef437157c7397f2283b18 (patch) | |
| tree | f36c3c47493e442828226aebd4e065b80202b3ef /tests | |
| parent | 4c983a4dc236397c6bee9cf6e06f089d12a9f259 (diff) | |
install rpath
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/actions/install/xmake.lua | 1 |
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") |
