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
When building a package that depends on a plugin the native deps dir for the plugin should be added to the LD_LIBRARY_PATH or platform equivalent passed to rustc when building the package.
This would allow plugins that e.g. depend on a custom version of llvm that is not included in the default library path.
The text was updated successfully, but these errors were encountered:
Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.
Closesrust-lang#597
Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.
Closes#597
When building a package that depends on a plugin the native deps dir for the plugin should be added to the LD_LIBRARY_PATH or platform equivalent passed to rustc when building the package.
This would allow plugins that e.g. depend on a custom version of llvm that is not included in the default library path.
The text was updated successfully, but these errors were encountered: