Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment
  • Loading branch information
Mateo Torres Ruiz committed Jul 8, 2021
commit 0aa39633d9c48c6a656d10423b6a9425edd7fe5f
2 changes: 1 addition & 1 deletion src/native/corehost/hostpolicy/hostpolicy_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ int hostpolicy_context_t::initialize(hostpolicy_init_t &hostpolicy_init, const a
}
}

// We pass the loaded hostfxr path to the SDK so that it can dynamically pinvoke its APIs.
// We pass the loaded hostfxr path to the SDK can load it without relying on dlopen/LoadLibrary to find it.
if (host_mode == host_mode_t::muxer &&
(pal::strcmp(get_filename(application).c_str(), _X("dotnet.dll")) == 0))
{
Expand Down