summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-27 22:30:27 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-27 22:44:03 +0200
commit5cf4a008eff7e3acfa49838e81b45884d97b2733 (patch)
treed21b54452079863418cfed8e425bfafc81cc77cd /RepositoryFixes.mk
parent98ed7409fc1f97a92365b8d78050caa9ea0cb118 (diff)
For iOS, filter out the sb and vbahelper libs that we don't build
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 70ff3a73934d..336c312c1592 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -127,4 +127,11 @@ endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)
+ifeq ($(OS),IOS)
+
+gb_Library_FILENAMES := $(patsubst sb:libsb%,,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))
+
+endif
+
# vim: set noet sw=4 ts=4: