diff options
| -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 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") |
