mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-24 10:15:05 +01:00
experimental osx stuff
This commit is contained in:
parent
1784b31a5e
commit
6f5aceb005
@ -493,6 +493,9 @@ def apply_vnum(self):
|
||||
t3 = bld.symlink_as(path + os.sep + libname, name3)
|
||||
self.vnum_install_task = (t1, t2, t3)
|
||||
|
||||
if '-dynamiclib' in self.env['LINKFLAGS']:
|
||||
self.env.append_value('LINKFLAGS', ['-install_name', self.install_task.get_install_path()])
|
||||
|
||||
class vnum(Task.Task):
|
||||
"""
|
||||
Create the symbolic links for a versioned shared library. Instances are created by :py:func:`waflib.Tools.ccroot.apply_vnum`
|
||||
|
Loading…
Reference in New Issue
Block a user