mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Change the way the SDK is named for consistency
This commit is contained in:
parent
e01f0ad6e8
commit
15a1a05eac
1 changed files with 3 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ endif
|
|||
|
||||
LINPHONE_SRC_DIR=$(BUILDER_SRC_DIR)/linphone
|
||||
LINPHONE_BUILD_DIR=$(BUILDER_BUILD_DIR)/linphone
|
||||
LINPHONE_IPHONE_VERSION=$(shell git describe --always)
|
||||
|
||||
all: build-linphone build-msilbc build-msamr build-msx264 build-mssilk build-msbcg729 build-mswebrtc build-msopenh264
|
||||
|
||||
|
|
@ -319,8 +320,9 @@ multi-arch:
|
|||
|
||||
|
||||
delivery-sdk: multi-arch
|
||||
echo "Generating SDK zip file for version $(LINPHONE_IPHONE_VERSION)"
|
||||
cd $(BUILDER_SRC_DIR)/../ \
|
||||
&& zip -r $(BUILDER_SRC_DIR)/liblinphone-iphone-sdk.zip \
|
||||
&& zip -r $(BUILDER_SRC_DIR)/liblinphone-iphone-sdk-$(LINPHONE_IPHONE_VERSION).zip \
|
||||
liblinphone-sdk/apple-darwin \
|
||||
liblinphone-tutorials \
|
||||
-x liblinphone-tutorials/hello-world/build\* \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue