We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47556e commit 5842b61Copy full SHA for 5842b61
2 files changed
repo/packages/s/sdl2/xmake.lua
@@ -35,7 +35,7 @@ do
35
36
add_configs("shared", {
37
description = "Build shared library.",
38
- default = os.getenv("RT_XMAKE_LINK_TYPE") ~= "static",
+ default = flase,
39
type = "boolean"
40
})
41
repo/packages/s/sdl2_image/xmake.lua
@@ -31,7 +31,7 @@ do
31
32
33
34
+ default = false,
0 commit comments