setting libsuffix on the command line
Nagy Thomas
tnagy256 at yahoo.fr
Tue Nov 1 12:47:00 CET 2005
This was set to add the '64' bit to folders when
building on linux 64. I have lost track since then.
Thomas
> in unix/detect_generic.py there is the following
> code, which enables to
> specific a custom libsuffix. My question is for
> which this stuff is
> required ?
>
>
> libsuffix = ''
> if env.has_key('ARGS'):
> libsuffix=env['ARGS'].get('libsuffix', '')
> if not libsuffix:
> if sys.platform == 'darwin':
> libsuffix='.dylib'
> else:
> libsuffix='.so'
> env['LIBSUFFIXEXT'] = libsuffix
>
>
> As far as I know does scons provide the shared lib
> suffix already in
> env['SHLIBSUFFIX'] so that the above mentioned code
> would be obsolate or do I
> have overseen something ?
>
> Ralf
>
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
>
https://mail.kde.org/mailman/listinfo/kde-buildsystem
>
/* Thomas Nagy */
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
More information about the Kde-buildsystem
mailing list