diff options
| author | ruki <[email protected]> | 2022-10-19 22:37:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-19 22:37:25 +0800 |
| commit | b72444bdd60a6ce90cd899743b0b304dc3159f11 (patch) | |
| tree | 7e589ff3da7b9aa8692290d8fb2b3796f419886f /tests/projects/package/components/xmake.lua | |
| parent | f55de1eb50c29fc58bbaef1bc387035a8deabe6e (diff) | |
use private components
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
| -rw-r--r-- | tests/projects/package/components/xmake.lua | 4 |
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) |
