aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-08-22 10:52:55 +0000
committerMax Horn2004-08-22 10:52:55 +0000
commit8ced6f85e47f26762ad48176531904b309586d0d (patch)
treef4bb93dfb68c6e6925e912daa385556e6a467fa6 /scumm
parent60cc2470b3fcff5c2e9dc2b1d8f19a720065a250 (diff)
downloadscummvm-rg350-8ced6f85e47f26762ad48176531904b309586d0d.tar.gz
scummvm-rg350-8ced6f85e47f26762ad48176531904b309586d0d.tar.bz2
scummvm-rg350-8ced6f85e47f26762ad48176531904b309586d0d.zip
Quick & dirty HACK to allow building the SCUMM plugin again; this will break building plugins on systems w/o zlib for now, but currrently it's broken on all other systems, and plugins aren't enabled by default anyway (better solution can be implemented later)
svn-id: r14681
Diffstat (limited to 'scumm')
-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