Fix build with updated cmake-builder.

This commit is contained in:
Ghislain MARY 2018-01-23 15:36:09 +01:00
parent fec5931d83
commit c26f2fe6c9
3 changed files with 30 additions and 2 deletions

View file

@ -0,0 +1,24 @@
############################################################################
# CMakeLists.txt
# Copyright (C) 2017-2018 Belledonne Communications, Grenoble France
#
############################################################################
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
############################################################################
lcb_blacklist_dependencies("libxsd" "soci") # linphone do not need them for the moment

View file

@ -49,7 +49,11 @@ class IOSTarget(prepare.Target):
self.config_file = 'configs/config-ios-' + arch + '.cmake'
self.toolchain_file = 'toolchains/toolchain-ios-' + arch + '.cmake'
self.output = 'liblinphone-sdk/' + arch + '-apple-darwin.ios'
self.external_source_path = os.path.join(current_path, 'submodules')
self.external_source_path = os.path.join(current_path, 'submodules')
external_builders_path = os.path.join(current_path, 'cmake_builder')
self.additional_args = [
"-DLINPHONE_BUILDER_EXTERNAL_BUILDERS_PATH=" + external_builders_path
]
class IOSi386Target(IOSTarget):

@ -1 +1 @@
Subproject commit 8560844abe7e5ad04721b23ca01e269cfa57f2bf
Subproject commit a6fcb1212de7e7b86ef339c61910b99419698006