summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-18 00:54:25 +0800
committerruki <[email protected]>2022-10-18 00:54:25 +0800
commit6d8ba20054dca9198f8ac71d5792bf76bcf86c4c (patch)
tree968877329596fe209fefbc50ca7053348ec9a403 /tests/projects/package/components/xmake.lua
parent16e25c578ff2227f8f88e894ed3711944fe49f44 (diff)
improve tests
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 6fbb68630..fc6ef7827 100644
--- a/tests/projects/package/components/xmake.lua
+++ b/tests/projects/package/components/xmake.lua
@@ -125,7 +125,7 @@ package("sfml")
package:add("deps", "libogg", "libflac", "libvorbis", "openal-soft")
end
end
- for _, component in ipairs("graphics", "window", "audio", "network") do
+ for _, component in ipairs({"graphics", "window", "audio", "network"}) do
if package:config(component) then
package:add("components", component)
end