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 6d2afbc commit 02eda2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/l/libxext/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ package("libxext")
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 02eda2c

Please sign in to comment.