Skip to content

Commit

Permalink
create command: add support for custom registries
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jul 2, 2021
1 parent 3c9899c commit 22209f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/commands.create.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace vcpkg::Commands::Create
std::vector<CMakeVariable> cmake_args{
{"CMD", "CREATE"},
{"PORT", port_name},
{"PORT_PATH", vcpkg::generic_u8string(paths.builtin_ports_directory() / vcpkg::u8path(port_name))},
{"PORT_PATH", vcpkg::generic_u8string(paths.current_ports_directory() / vcpkg::u8path(port_name))},
{"URL", url},
{"VCPKG_BASE_VERSION", Commands::Version::base_version()},
};
Expand Down

0 comments on commit 22209f9

Please sign in to comment.