We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5cbdc commit 1faacdbCopy full SHA for 1faacdb
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
0 commit comments