prefix/winnt/profile.bashrc: ensure NAME.lib, libNAME.so
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 11 Mar 2020 14:21:10 +0000 (15:21 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 11 Mar 2020 15:47:17 +0000 (16:47 +0100)
commit029b4387d4d6201c1e83ad8a5d6a9c49ede5a389
tree89479f526b1bf31a4d70196518a22b050dfce141
parentdef55073a59a9114dc08dc58889228b3ac86cf90
prefix/winnt/profile.bashrc: ensure NAME.lib, libNAME.so

Libtool for winnt does create NAME.lib (for windows'ish build tools) and
libNAME.so (for libtool when .la was removed) import libs now, but
Cygwin'ish or MinGW'ish build tools may create .dll.lib or .dll.a.
Have the libNAME.so symlink point to them, to be found by libtool.

Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
profiles/prefix/windows/winnt/profile.bashrc