Jelajahi Sumber

enable embed for libxmake

ruki 8 bulan lalu
induk
melakukan
9af2095f13
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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_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