cool script. Thanks for sharing. > I would love to have a nim switch that will generate platform specific linker > options to load dynlibs from binary's location, like on Windows. This could > be considered as default behavior for nim programs.
This is a bad ida IMO. The behavior is different on the other platforms for a reason. (Security being one of them). You should try to fit in with the platform you are targeting, not make the platform do non-standard things for your program. > I would love to have a dynlib build target, analogous to binary, that builds > and copies but does not link dynlibs, and a well-known location in the > directory structure This is a good idea. I like it :-)
