Browse Source

enable embed for libxmake

ruki 8 months ago
parent
commit
9af2095f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libxmake/xmake.lua

+ 1 - 1
packages/l/libxmake/xmake.lua

@@ -10,7 +10,7 @@ package("libxmake")
     add_versions("v2.9.8", "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95")
     add_versions("v2.9.8", "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95")
 
 
     add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
     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")
     add_includedirs("include")
     if is_plat("windows") then
     if is_plat("windows") then