summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
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: