mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix zip generation on macos
This commit is contained in:
parent
89da122d49
commit
7b9ae474c6
2 changed files with 3 additions and 2 deletions
|
|
@ -194,7 +194,7 @@ bundle:
|
|||
LINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
|
||||
LIBLINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
|
||||
ige-mac-bundler $(PACKAGE_BUNDLE_FILE)
|
||||
cd $$HOME/Desktop && zip -r Linphone-$(VERSION).app.zip $$HOME/Desktop/Linphone.app
|
||||
cd $$HOME/Desktop && zip -r Linphone-$(VERSION).app.zip Linphone.app
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle
|
|||
- Now you can compile linphone
|
||||
|
||||
$ jhbuild shell
|
||||
$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-video --disable-strict
|
||||
$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-video --disable-strict --with-gsm=/opt/local
|
||||
#assuming you have gsm installed in /opt/local. However gsm is optional.
|
||||
$ make
|
||||
|
||||
- You can generate a bundle using
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue