summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-19 22:37:25 +0800
committerruki <[email protected]>2022-10-19 22:37:25 +0800
commitb72444bdd60a6ce90cd899743b0b304dc3159f11 (patch)
tree7e589ff3da7b9aa8692290d8fb2b3796f419886f /tests/projects/package/components/xmake.lua
parentf55de1eb50c29fc58bbaef1bc387035a8deabe6e (diff)
use private components
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
-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)