mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
linphone.bundle updated
This commit is contained in:
parent
d08cc26738
commit
2565148fd9
1 changed files with 9 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
-->
|
||||
<prefix name="default">/opt/local</prefix>
|
||||
<prefix name="linphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
|
||||
<prefix name="liblinphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
|
||||
<prefix name="liblinphone">${env:LIBLINPHONE_INSTALL_PREFIX}</prefix>
|
||||
<prefix name="macports">/opt/local</prefix>
|
||||
<!-- The project directory is the default location of the created
|
||||
app. If you leave out the path, the current directory is
|
||||
|
|
@ -75,6 +75,14 @@
|
|||
${prefix:macports}/lib/libeXosip.*.dylib
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
${prefix:macports}/lib/libsoup-2.4*.dylib
|
||||
</binary>
|
||||
|
||||
<binary dest="${bundle}/Contents/Resources/lib/liblinphone/plugins/libmssilk.so">
|
||||
${prefix}/lib/mediastreamer/plugins/libmssilk.so
|
||||
</binary>
|
||||
|
||||
<!-- Copy in GTK+ modules. Note the ${gtkdir} macro, which expands
|
||||
to the correct library subdirectory for the specified gtk
|
||||
version.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue