[Scons-users] SharedLIbrary with SHLIBVERSION

Jason Kenny dragon512 at live.com
Fri Apr 19 17:03:18 EDT 2019


Just a quick question.

shouldn't SharedLIbrary() return the symlinks that it will generate? they are targets it generates however it does not return nodes to these items in the list

example:

out  = env.SharedLibrary(target='mylib',source="a.c", SHLIBVERSION='1.2.3')
print([str(i) for i in out])

results in the
['libmylib.so.1.2.3']

I would have expected:
['libmylib.so.1.2.3','libmylib.so.1.2','libmylib.so.1','libmylib.so']


Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20190419/a2725b44/attachment.html>


More information about the Scons-users mailing list