|
@@ -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
|