mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-03-05 18:19:07 +00:00
[vcpkg-docs] Fix references to --purge.
This commit is contained in:
parent
ebf1fff6a7
commit
eb27d029f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user