From 98d767be3a4504052abb1276d87fe90b2450e93f Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 13 Jun 2021 11:16:04 +0800 Subject: modify config description --- xmake/modules/private/action/require/impl/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 79ce5b7f9..59ac7abed 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -224,7 +224,7 @@ function _add_package_configurations(package) package:add("configs", "debug", {builtin = true, description = "Enable debug symbols.", default = false, type = "boolean"}) end if package:config("shared") == nil then - package:add("configs", "shared", {builtin = true, description = "Enable shared library.", default = false, type = "boolean"}) + package:add("configs", "shared", {builtin = true, description = "Build shared library.", default = false, type = "boolean"}) end if package:config("pic") == nil then package:add("configs", "pic", {builtin = true, description = "Enable the position independent code.", default = true, type = "boolean"}) -- cgit v1.3.1