mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
(3DS) build fix
This commit is contained in:
parent
6ae324bedd
commit
fd55f08aa7
2
Makefile
2
Makefile
@ -131,7 +131,7 @@ else ifeq ($(platform), ctr)
|
|||||||
FLAGS += -Wall -mword-relocations
|
FLAGS += -Wall -mword-relocations
|
||||||
FLAGS += -fomit-frame-pointer -ffast-math
|
FLAGS += -fomit-frame-pointer -ffast-math
|
||||||
FLAGS += -DHAVE_MKDIR
|
FLAGS += -DHAVE_MKDIR
|
||||||
CXXFLAGS += -fno-rtti -fno-exceptions
|
CXXFLAGS += -fno-rtti -fno-exceptions -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11
|
||||||
STATIC_LINKING = 1
|
STATIC_LINKING = 1
|
||||||
WANT_GRIFFIN := 0
|
WANT_GRIFFIN := 0
|
||||||
else ifeq ($(platform), xenon)
|
else ifeq ($(platform), xenon)
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "CDAccess.h"
|
#include "CDAccess.h"
|
||||||
#include "general.h"
|
#include "general.h"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include "libretro.h"
|
#include "libretro.h"
|
||||||
|
|
||||||
extern retro_log_printf_t log_cb;
|
extern retro_log_printf_t log_cb;
|
||||||
|
Loading…
Reference in New Issue
Block a user