aboutsummaryrefslogtreecommitdiff
path: root/engines/igor/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/igor/module.mk')
-rw-r--r--engines/igor/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/igor/module.mk b/engines/igor/module.mk
index ab75085782..48ef4e951c 100644
--- a/engines/igor/module.mk
+++ b/engines/igor/module.mk
@@ -38,7 +38,7 @@ MODULE_OBJS := \
parts/part_main.o
# This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_IGOR), DYNAMIC_PLUGIN)
PLUGIN := 1
endif