diff options
| author | ruki <[email protected]> | 2024-09-04 23:56:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-04 23:56:59 +0800 |
| commit | af3f8a02af233ee1f0884336d0bbf782d3223fb9 (patch) | |
| tree | d9904292b3a8266b4ab0f7c6ebe616064b385060 /xmake/modules/package/manager/conan/configurations.lua | |
| parent | c9c01c9b0a820462644ed119c37c7618355c9b07 (diff) | |
add build settings for conan
Diffstat (limited to 'xmake/modules/package/manager/conan/configurations.lua')
| -rw-r--r-- | xmake/modules/package/manager/conan/configurations.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/conan/configurations.lua b/xmake/modules/package/manager/conan/configurations.lua index 8e03cf9a3..7b900b983 100644 --- a/xmake/modules/package/manager/conan/configurations.lua +++ b/xmake/modules/package/manager/conan/configurations.lua @@ -25,7 +25,9 @@ function main() build = {description = "Use it to choose if you want to build from sources.", default = "missing", values = {"all", "never", "missing", "outdated"}}, remote = {description = "Set the conan remote server."}, options = {description = "Set the options values, e.g. shared=True"}, - settings = {description = "Set the build settings for conan."}, + settings = {description = "Set the host settings for conan."}, + settings_host = {description = "Set the host settings for conan."}, + settings_build = {description = "Set the build settings for conan."}, imports = {description = "Set the imports for conan 1.x, it has been deprecated in conan 2.x."}, build_requires = {description = "Set the build requires for conan."} } |
