Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 3, 2025
1 parent 5f7d144 commit 6d2afbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/l/libx11/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ package("libx11")
if package:config("pic") then
table.insert(configs, "--with-pic")
end
if package:is_plat("cross") then
table.insert(configs, "--disable-malloc0returnsnull")
end
import("package.tools.autoconf").install(package, configs)
end)

Expand Down

0 comments on commit 6d2afbc

Please sign in to comment.