forked from mirrors/linphone-iphone
submodules: turn off compilation warnings for external projects
This commit is contained in:
parent
4ade3f01e3
commit
d11eac698c
8 changed files with 14 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ env:
|
|||
before_install:
|
||||
- brew update 1>/dev/null
|
||||
- brew tap Gui13/linphone
|
||||
- brew install doxygen nasm yasm optipng imagemagick coreutils intltool ninj antlr3.2
|
||||
- brew install doxygen nasm yasm optipng imagemagick coreutils intltool ninja antlr3.2
|
||||
- brew upgrade cmake
|
||||
- wget --no-check-certificate https://raw.github.com/yuvi/gas-preprocessor/master/gas-preprocessor.pl
|
||||
- chmod +x gas-preprocessor.pl
|
||||
|
|
|
|||
13
prepare.py
13
prepare.py
|
|
@ -306,12 +306,12 @@ package-in-list-%:
|
|||
multiarch = ""
|
||||
for arch in platforms[1:]:
|
||||
multiarch += \
|
||||
""" if test -f "$${arch}_path"; then \\
|
||||
all_paths=`echo $$all_paths $${arch}_path`; \\
|
||||
all_archs="$$all_archs,{arch}" ; \\
|
||||
else \\
|
||||
echo "WARNING: archive `basename $$archive` exists in {first_arch} tree but does not exists in {arch} tree: $${arch}_path."; \\
|
||||
fi; \\
|
||||
"""\tif test -f "$${arch}_path"; then \\
|
||||
\t\tall_paths=`echo $$all_paths $${arch}_path`; \\
|
||||
\t\tall_archs="$$all_archs,{arch}" ; \\
|
||||
\telse \\
|
||||
\t\techo "WARNING: archive `basename $$archive` exists in {first_arch} tree but does not exists in {arch} tree: $${arch}_path."; \\
|
||||
\tfi; \\
|
||||
""".format(first_arch=platforms[0], arch=arch)
|
||||
makefile = """
|
||||
archs={archs}
|
||||
|
|
@ -320,6 +320,7 @@ libs_list={libs_list}
|
|||
LINPHONE_IPHONE_VERSION=$(shell git describe --always)
|
||||
|
||||
.PHONY: all
|
||||
.SILENT: lipo
|
||||
|
||||
all: build
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ac431a6e6aa3679bcca9c868274d01fa9a874b7a
|
||||
Subproject commit a45c1b0ca6cb3f89fa13dd42f71e0d27e4472b3c
|
||||
2
submodules/externals/antlr3
vendored
2
submodules/externals/antlr3
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 812695383316c7227c06df2b30725a9e5e4a11a0
|
||||
Subproject commit 311b6764e3f440db43617296ff856f7ec07bfdef
|
||||
2
submodules/externals/gsm
vendored
2
submodules/externals/gsm
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 57d904f7fdc97e611b4a09ff7753d5d648ff82cd
|
||||
Subproject commit b6b37996357ae9d9596b8ee227f33744889d895c
|
||||
2
submodules/externals/polarssl
vendored
2
submodules/externals/polarssl
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit ab2f403a3e0ec91257f0e943129c0eec272f34e8
|
||||
Subproject commit 5e723467b44d2d2128eba54bbad3e80d8dbdac05
|
||||
2
submodules/externals/speex
vendored
2
submodules/externals/speex
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 415653bfef10b46d5e7bfa3ad70a68976b77e7b5
|
||||
Subproject commit 6a8d5c8dff15afb04e1c71be3f7e4e051992494b
|
||||
2
submodules/externals/srtp
vendored
2
submodules/externals/srtp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 37448b2aebeb5e9bd2d39d3a82f0721123cdd4a2
|
||||
Subproject commit 4caa4843b4bfc54be596d309b5d00a81a35e3276
|
||||
Loading…
Add table
Reference in a new issue