You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeSystem: add a platform hook for library search path additions
Windows does not provide a library search path through a mechanism
similar to `DT_RPATH` or `LC_RPATH`. Libraries are instead resolved via
the environment variable `Path`. Add a hook to inject the default
library search path into the repl instance. This is required to ensure
that system libraries are available. With this, it is finally possible
to run the REPL on Windows without any additional parameters.
0 commit comments