summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-16 00:43:09 +0800
committerruki <[email protected]>2024-07-16 00:43:09 +0800
commit91401d48f5bfb1dd7b7624c7c7d8fea44bd9e07a (patch)
tree3fa196fa75298f23a3762c705c1dbc51ca32a91f
parent2f4526310f5b04506f9f528fcd3b8e629ad220ab (diff)
update install test
-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 025889da8..3061cab86 100644
--- a/tests/actions/install/xmake.lua
+++ b/tests/actions/install/xmake.lua
@@ -15,6 +15,7 @@ target("app")
set_kind("binary")
add_deps("foo")
add_files("src/main.cpp")
+ set_prefixdir("app")
includes("@builtin/xpack")