diff --git a/src/makeBaseExt/top/configure/RULES_IDL b/src/makeBaseExt/top/configure/RULES_IDL index 90346ad50..6ee891d40 100644 --- a/src/makeBaseExt/top/configure/RULES_IDL +++ b/src/makeBaseExt/top/configure/RULES_IDL @@ -6,8 +6,8 @@ ifeq ($(findstring Host,$(VALID_BUILDS)),Host) INSTALL_IDL = $(INSTALL_LOCATION)/idllib DIRECTORY_TARGETS += $(INSTALL_IDL) -ifneq ($(strip $(IDLS_$(ARCH_CLASS))),) -IDLS += $(subst -nil-,,$(IDLS_$(ARCH_CLASS))) +ifneq ($(strip $(IDLS_$(OS_CLASS))),) +IDLS += $(subst -nil-,,$(IDLS_$(OS_CLASS))) else ifdef IDLS_DEFAULT IDLS += $(IDLS_DEFAULT)