mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
fix macos bundle generation to take into account things from /usr/local/lib
and also only embed versionned dylib and .so ( because the .so link is transformed into a real file in the package)
This commit is contained in:
parent
c97a7a6704
commit
43671928ed
1 changed files with 4 additions and 3 deletions
|
|
@ -15,7 +15,8 @@
|
|||
<prefix name="default">/opt/local</prefix>
|
||||
<prefix name="linphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
|
||||
<prefix name="ms2plugins">${env:MS2_PLUGINS_INSTALL_PREFIX}</prefix>
|
||||
<prefix name="macports">/opt/local</prefix>
|
||||
<!-- This prefix definition is necessary if some dependencies are to be taken from /usr/local/lib -->
|
||||
<prefix name="local">/usr/local</prefix>
|
||||
<!-- The project directory is the default location of the created
|
||||
app. If you leave out the path, the current directory is
|
||||
used. Note the usage of an environment variable here again.
|
||||
|
|
@ -55,11 +56,11 @@
|
|||
<main-binary>${prefix:linphone}/bin/linphone</main-binary>
|
||||
|
||||
<binary >
|
||||
${prefix:ms2plugins}/lib/mediastreamer/plugins/*.so
|
||||
${prefix:ms2plugins}/lib/mediastreamer/plugins/*.*.so
|
||||
</binary>
|
||||
|
||||
<binary >
|
||||
${prefix:linphone}/lib/*.dylib
|
||||
${prefix:linphone}/lib/*.*.dylib
|
||||
</binary>
|
||||
|
||||
<!-- Copy in GTK+ modules. Note the ${gtkdir} macro, which expands
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue