diff options
| author | ruki <[email protected]> | 2024-07-17 22:58:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-17 22:58:45 +0800 |
| commit | a6eb7d056ca136aa532abc39c9fdf78d6f8f4ebd (patch) | |
| tree | 58088395eae22682c0ecf49e306980883609c5d8 | |
| parent | f1b9376d8dcdddee617bff0b6a245f106238f813 (diff) | |
use libzip as test
| -rw-r--r-- | tests/actions/install/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/install/xmake.lua b/tests/actions/install/xmake.lua index 814ce51a5..6bab6d471 100644 --- a/tests/actions/install/xmake.lua +++ b/tests/actions/install/xmake.lua @@ -2,12 +2,12 @@ add_rules("mode.debug", "mode.release") set_version("1.0.1", {soname = true}) -add_requires("libplist", {system = false, configs = {shared = true}}) +add_requires("libzip", {system = false, configs = {shared = true}}) target("foo") set_kind("shared") add_files("src/foo.cpp") - add_packages("libplist", {public = true}) + 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"}) |
