mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
MORPHOS: use libz shared from MORPHOS
Need to use -lz_shared on linking.
This commit is contained in:
parent
176929568c
commit
ac573487de
@ -33,6 +33,10 @@
|
||||
#if defined(USE_ZLIB)
|
||||
#ifdef __SYMBIAN32__
|
||||
#include <zlib\zlib.h>
|
||||
#elif defined(__MORPHOS__)
|
||||
#define _NO_PPCINLINE
|
||||
#include <zlib.h>
|
||||
#undef _NO_PPCINLINE
|
||||
#else
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user