diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/example-3-patch-libpng.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/example-3-patch-libpng.md b/docs/example-3-patch-libpng.md index cc963cbfc..a47a2626a 100644 --- a/docs/example-3-patch-libpng.md +++ b/docs/example-3-patch-libpng.md @@ -160,10 +160,10 @@ vcpkg_configure_cmake( ### Verification -To be completely sure this works from scratch, we need to purge the package: +To be completely sure this works from scratch, we need to remove the package and rebuild it: ``` -PS D:\src\vcpkg> vcpkg remove --purge libpng:x86-uwp +PS D:\src\vcpkg> vcpkg remove libpng:x86-uwp Package libpng:x86-uwp was successfully removed ``` and delete the building directory: D:\src\vcpkg\buildtrees\libpng |
