mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Move rxml in libretro-SDK
This commit is contained in:
parent
1bb8ff6f20
commit
378bd85610
@ -778,7 +778,7 @@ XML
|
||||
#if 0
|
||||
#ifndef HAVE_LIBXML2
|
||||
#define RXML_LIBXML2_COMPAT
|
||||
#include "../compat/rxml/rxml.c"
|
||||
#include "../libretro-sdk/formats/xml/rxml.c"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -3,7 +3,7 @@ TARGET := rxml
|
||||
SOURCES := $(wildcard *.c)
|
||||
OBJS := $(SOURCES:.c=.o)
|
||||
|
||||
CFLAGS += -DRXML_TEST -Wall -pedantic -std=gnu99 -O0 -g -I../include
|
||||
CFLAGS += -DRXML_TEST -Wall -pedantic -std=gnu99 -O0 -g -I../../include
|
||||
|
||||
all: $(TARGET)
|
||||
|
Loading…
Reference in New Issue
Block a user