summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/package/components/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/package/components/xmake.lua b/tests/projects/package/components/xmake.lua
index a6b7dffff..3689985df 100644
--- a/tests/projects/package/components/xmake.lua
+++ b/tests/projects/package/components/xmake.lua
@@ -131,9 +131,9 @@ package("sfml")
end
end
if package:is_plat("windows", "mingw") and package:config("main") then
- package:add("components", "main", {default = true})
+ package:add("components", "main", {private = true})
end
- package:add("components", "system", {default = true})
+ package:add("components", "system", {private = true})
end)
on_install("windows", "linux", function (package)