summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-20 22:36:13 +0800
committerruki <[email protected]>2022-10-20 22:36:13 +0800
commitf873fb08773931668b2abe77f4f29b35f2ec0edb (patch)
tree06b5d89b08b191df4839a56033eed51455279709 /tests/projects/package/components/xmake.lua
parent317f886c305b6b51f3ad0199b26b8f8a160e4a21 (diff)
improve test
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
-rw-r--r--tests/projects/package/components/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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")