|
add_configs("rtti", {description = "Enable rtti", default = true, type = "boolean"})
|
|
add_configs("rtti", {description = "Enable rtti", default = true, type = "boolean"})
|
|
add_configs("regex", {description = "Regex backend to use", type = "string", values = {"std", "boost", "re2"}})
|
|
add_configs("regex", {description = "Regex backend to use", type = "string", values = {"std", "boost", "re2"}})
|
|
on_check("windows", function (package)
|
|
on_check("windows", function (package)
|