Re: SharedLIbrary with SHLIBVERSION
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CEBuanDBJESZvaLRxz9488w6EPn1LMLf5aO4KN8WuKnfw@mail.gmail.com> |
If you use Install, it should also install the symlinks. What's your use case here that needs this information? On Fri, Apr 19, 2019 at 5:03 PM Jason Kenny <[email protected]> wrote: > 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 > _______________________________________________ > Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users