Skip to content

Commit 6960af2

Browse files
authored
add install_strip conf doc mentioning autotools (#18858)
1 parent 75adc8e commit 6960af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conan/internal/model/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"tools.build:exelinkflags": "List of extra flags used by different toolchains like CMakeToolchain, AutotoolsToolchain and MesonToolchain",
144144
"tools.build:linker_scripts": "List of linker script files to pass to the linker used by different toolchains like CMakeToolchain, AutotoolsToolchain, and MesonToolchain",
145145
# Toolchain installation
146-
"tools.build:install_strip": "(boolean) Strip the binaries when installing them with CMake and Meson",
146+
"tools.build:install_strip": "(boolean) Strip the binaries when installing them with CMake, Meson and Autotools",
147147
# Package ID composition
148148
"tools.info.package_id:confs": "List of existing configuration to be part of the package ID",
149149
}

0 commit comments

Comments
 (0)