@leorize @federico3 @rayman22201 Thank you for your insightful comments!

What you are saying about security and consistency makes sense. After having 
swallowed that pill it would appear the best idea would be to just place .dll 
files into nimbles' bin on Windows, and automatically add an rpath of "../lib" 
to binaries that have at least one dynamic library dependency on osx/linux/bsd. 
OS packagers would need to remember to disable the nimble rpath and use 
whatever they usually do.

This would make sense for my plugin use case as well, because as is my 
hypothetical plugin authors need to manually copy their binary into 
pkg/mytool-0.0.1, which gets deleted when uninstalled.

Reply via email to