mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Merge pull request #510 from heuripedes/master
Add missing libxml2 check in griffin.c
This commit is contained in:
commit
39100bbdba
@ -606,9 +606,10 @@ RZLIB
|
|||||||
/*============================================================
|
/*============================================================
|
||||||
XML
|
XML
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
#ifndef HAVE_LIBXML2
|
||||||
#define RXML_LIBXML2_COMPAT
|
#define RXML_LIBXML2_COMPAT
|
||||||
#include "../compat/rxml/rxml.c"
|
#include "../compat/rxml/rxml.c"
|
||||||
|
#endif
|
||||||
/*============================================================
|
/*============================================================
|
||||||
APPLE EXTENSIONS
|
APPLE EXTENSIONS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user