enable embed for libxmake

pull/6298/head
ruki 2 months ago
parent 354387f1ab
commit 9af2095f13
  1. 2
      packages/l/libxmake/xmake.lua

@ -10,7 +10,7 @@ package("libxmake")
add_versions("v2.9.8", "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
add_configs("embed", {description = "Embed lua scripts.", default = false, type = "boolean"})
add_configs("embed", {description = "Embed lua scripts.", default = true, type = "boolean"})
add_includedirs("include")
if is_plat("windows") then

Loading…
Cancel
Save