[Docs] vcpkg_copy_tools cleans only copied tools (#20940)

Clarify that AUTO_CLEAN only removes the executables previously copied, not all of them.
This commit is contained in:
Dawid Wróbel 2021-10-27 08:44:43 +02:00 committed by GitHub
parent 8510585174
commit 8cbc51f36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ The path to the directory containing the tools. This will be set to `${CURRENT_P
Destination to copy the tools to. This will be set to `${CURRENT_PACKAGES_DIR}/tools/${PORT}` if omitted.
### AUTO_CLEAN
Auto clean executables in `${CURRENT_PACKAGES_DIR}/bin` and `${CURRENT_PACKAGES_DIR}/debug/bin`.
Auto clean the copied executables from `${CURRENT_PACKAGES_DIR}/bin` and `${CURRENT_PACKAGES_DIR}/debug/bin`.
## Examples

View File

@ -23,7 +23,7 @@ The path to the directory containing the tools. This will be set to `${CURRENT_P
Destination to copy the tools to. This will be set to `${CURRENT_PACKAGES_DIR}/tools/${PORT}` if omitted.
### AUTO_CLEAN
Auto clean executables in `${CURRENT_PACKAGES_DIR}/bin` and `${CURRENT_PACKAGES_DIR}/debug/bin`.
Auto clean the copied executables from `${CURRENT_PACKAGES_DIR}/bin` and `${CURRENT_PACKAGES_DIR}/debug/bin`.
## Examples