From f873fb08773931668b2abe77f4f29b35f2ec0edb Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 20 Oct 2022 22:36:13 +0800 Subject: improve test --- tests/projects/package/components/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/projects/package/components/xmake.lua b/tests/projects/package/components/xmake.lua index 085d2360e..6cb7aebd8 100644 --- a/tests/projects/package/components/xmake.lua +++ b/tests/projects/package/components/xmake.lua @@ -1,6 +1,6 @@ add_rules("mode.debug", "mode.release") -add_requires("sfml", {system = false}) +add_requires("sfml") target("graphics") set_kind("static") -- cgit v1.3.1