From 80e88d361f528a79a518003e03440494f07d0adb Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 19 Oct 2015 14:59:13 +0200 Subject: [PATCH] prepare.py: display dummy libraries when generating SDK --- prepare.py | 4 +++- submodules/cmake-builder | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/prepare.py b/prepare.py index ac46643c2..b7d1196ee 100755 --- a/prepare.py +++ b/prepare.py @@ -388,7 +388,9 @@ sdk: \t\t{multiarch} \\ \t\techo "[{archs}] Mixing `basename $$archive` in $$destpath"; \\ \t\tlipo -create $$all_paths -output $$destpath; \\ -\tdone +\tdone; \\ +\techo 'NOTE: the following libraries were STUBBED:'; \\ +\tcat WORK/ios-{first_arch}/Build/dummy_libraries/dummy_libraries.txt build: $(addsuffix -build, $(archs)) \t$(MAKE) sdk diff --git a/submodules/cmake-builder b/submodules/cmake-builder index e5ddd8925..39bc0ebce 160000 --- a/submodules/cmake-builder +++ b/submodules/cmake-builder @@ -1 +1 @@ -Subproject commit e5ddd892561b0c5df25b7036bd9229fe6a6ea81a +Subproject commit 39bc0ebcebe3485b5cfcacbbe22092eeb97997a0