diff options
| author | ruki <[email protected]> | 2022-10-20 22:36:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-20 22:36:13 +0800 |
| commit | f873fb08773931668b2abe77f4f29b35f2ec0edb (patch) | |
| tree | 06b5d89b08b191df4839a56033eed51455279709 /tests/projects/package/components/xmake.lua | |
| parent | 317f886c305b6b51f3ad0199b26b8f8a160e4a21 (diff) | |
improve test
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
| -rw-r--r-- | tests/projects/package/components/xmake.lua | 2 |
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") |
