aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/module.mk b/scumm/module.mk
index b84afdcaf0..2391a77413 100644
--- a/scumm/module.mk
+++ b/scumm/module.mk
@@ -78,6 +78,8 @@ MODULE_DIRS += \
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
+# HACK HACK evil HACK HACK
+PLUGIN_LDFLAGS += -lz
endif
# Include common rules