We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faacdb commit b6ae277Copy full SHA for b6ae277
repo/packages/s/sdl2/xmake.lua
@@ -50,7 +50,7 @@ do
50
local ldflags = {}
51
os.setenv("PATH", path.directory(cc) .. ":" .. os.getenv("PATH"))
52
53
- -- table.insert(configs, "--enable-static=yes")
+ table.insert(configs, "--enable-static=yes")
54
if package:config("shared") then
55
table.insert(configs, "--enable-shared=yes")
56
else
repo/packages/s/sdl2_image/xmake.lua
@@ -31,7 +31,7 @@ do
31
32
add_configs("shared", {
33
description = "Build shared library.",
34
- default = os.getenv("RT_XMAKE_LINK_TYPE") ~= "static",
+ default = false,
35
type = "boolean"
36
})
37
0 commit comments