mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Change the dynamic library identifier for each library to be rpath-relative.
This commit is contained in:
+12
@@ -31,6 +31,18 @@
|
||||
</fileset>
|
||||
<srcfile/>
|
||||
</apply>
|
||||
<apply executable="/usr/bin/xcrun" failonerror="true"
|
||||
type="file" relative="true" dir="${directory}"
|
||||
parallel="false" spawn="false" force="true">
|
||||
<arg line="install_name_tool -id"/>
|
||||
<targetfile/>
|
||||
<fileset dir="${directory}">
|
||||
<include name="*.dylib"/>
|
||||
<include name="*.so"/>
|
||||
</fileset>
|
||||
<srcfile/>
|
||||
<globmapper from="*" to="@rpath/*"/>
|
||||
</apply>
|
||||
</target>
|
||||
|
||||
<target name="lipo">
|
||||
|
||||
Reference in New Issue
Block a user