summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 10:03:18 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-27 10:06:22 +0200
commit4c737b647078f35a2435e27d9f7f94039db9d6c3 (patch)
tree7a7699dea8d63b72ac7f248ec026e47be9d3c8ee /RepositoryFixes.mk
parent42b11e861a6eb4fef43225259c300f87b8d1a625 (diff)
Decouple disabling of scripting (BASIC &co) from OS being iOS
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 95602be46d6c..57946ad99fbe 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -130,7 +130,7 @@ endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)
-ifeq ($(OS),IOS)
+ifeq (,$(filter INTERPRETERS,$(BUILD_TYPE)))
gb_Library_FILENAMES := $(patsubst sb:libsb%,,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))