mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:58:59 +08:00
Change vcpkg build_external
to vcpkg build-external
This commit is contained in:
parent
84ed167439
commit
7dbc893163
@ -11,7 +11,7 @@ namespace vcpkg::Commands
|
||||
{"remove", &Remove::perform_and_exit},
|
||||
{"build", &Build::perform_and_exit},
|
||||
{"env", &Env::perform_and_exit},
|
||||
{"build_external", &BuildExternal::perform_and_exit}
|
||||
{"build-external", &BuildExternal::perform_and_exit}
|
||||
};
|
||||
return t;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user