diff options
| author | ruki <[email protected]> | 2024-07-17 23:08:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-17 23:08:15 +0800 |
| commit | 95c8f8615eb91de863c1eebeb27bb5c1c5e409a7 (patch) | |
| tree | 99e446b84b730d316cd89d72c9982282e1c8f576 /tests | |
| parent | a6eb7d056ca136aa532abc39c9fdf78d6f8f4ebd (diff) | |
fix bindir for test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/actions/install/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/install/xmake.lua b/tests/actions/install/xmake.lua index 6bab6d471..f21deb5db 100644 --- a/tests/actions/install/xmake.lua +++ b/tests/actions/install/xmake.lua @@ -10,7 +10,7 @@ target("foo") add_packages("libzip", {public = true}) add_headerfiles("src/foo.h", {public = true}) add_installfiles("src/foo.txt", {prefixdir = "assets", public = true}) - set_prefixdir("/", {bindir = "foo_bin", libdir = "foo_lib"}) + set_prefixdir("/", {libdir = "foo_lib"}) add_rpathdirs("@loader_path/../../foo_lib", {installonly = true, public = true}) target("app") |
