summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 16:31:42 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-27 16:51:56 +0200
commitc16bc826379b2e70fe517d608055ef167c5a5c9e (patch)
tree7649d65d2c0ecfe7fb048baef56b316c5b47a14e /RepositoryFixes.mk
parent7b348b9f67ca1138857c34da5b67b479c64a4901 (diff)
s/interpreters/scripting/
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 57946ad99fbe..ef2b957105cc 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -130,7 +130,7 @@ endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)
-ifeq (,$(filter INTERPRETERS,$(BUILD_TYPE)))
+ifeq (,$(filter SCRIPTING,$(BUILD_TYPE)))
gb_Library_FILENAMES := $(patsubst sb:libsb%,,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))