diff options
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
| -rw-r--r-- | toolsrc/src/commands_remove.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp index 26af4f32b..21f202570 100644 --- a/toolsrc/src/commands_remove.cpp +++ b/toolsrc/src/commands_remove.cpp @@ -31,7 +31,7 @@ namespace vcpkg::Commands::Remove { StatusParagraph& pkg = **status_db->find(spec.name(), spec.target_triplet()); - pkg.want = want_t::purge; + pkg.want = Want::purge; pkg.state = InstallState::HALF_INSTALLED; write_update(paths, pkg); |
