diff options
| author | ruki <[email protected]> | 2021-08-14 00:56:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-14 00:56:14 +0800 |
| commit | a551d0688b9fd671c51f04224446fbbcefa9bc1d (patch) | |
| tree | 227fb9d41fed4313b8bfa5ad55395ab2decb5af4 /tests/projects/vala/sqlite3/xmake.lua | |
| parent | ca8ccb9f1969491c5824adb640841d6ece29c3ed (diff) | |
improve test
Diffstat (limited to 'tests/projects/vala/sqlite3/xmake.lua')
| -rw-r--r-- | tests/projects/vala/sqlite3/xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/projects/vala/sqlite3/xmake.lua b/tests/projects/vala/sqlite3/xmake.lua index f1e21e8ce..a921a8965 100644 --- a/tests/projects/vala/sqlite3/xmake.lua +++ b/tests/projects/vala/sqlite3/xmake.lua @@ -1,6 +1,7 @@ add_rules("mode.release", "mode.debug") -add_requires("sqlite3", "glib") +add_requires("sqlite3") +add_requires("glib", {system = false}) -- TODO we need improve glib package/on_fetch target("test") set_kind("binary") |
