diff options
author | Max Horn | 2004-08-22 10:52:55 +0000 |
---|---|---|
committer | Max Horn | 2004-08-22 10:52:55 +0000 |
commit | 8ced6f85e47f26762ad48176531904b309586d0d (patch) | |
tree | f4bb93dfb68c6e6925e912daa385556e6a467fa6 /scumm | |
parent | 60cc2470b3fcff5c2e9dc2b1d8f19a720065a250 (diff) | |
download | scummvm-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.mk | 2 |
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 |