Improve detection of for shared libs in both sdl and Qt (zlib, libzip, snappy and glew).
This commit is contained in:
parent
69fa5b179d
commit
5ec87f3459
9 changed files with 70 additions and 16 deletions
|
@ -15,7 +15,11 @@
|
|||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#ifdef SHARED_ZLIB
|
||||
#include <zlib.h>
|
||||
#else
|
||||
#include "../ext/zlib/zlib.h"
|
||||
#endif
|
||||
|
||||
#include "sceAdler.h"
|
||||
#include "Common/Log.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue