mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-22 23:39:50 +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 += -fomit-frame-pointer -ffast-math
|
||||
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
|
||||
WANT_GRIFFIN := 0
|
||||
else ifeq ($(platform), xenon)
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "CDAccess.h"
|
||||
#include "general.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include "libretro.h"
|
||||
|
||||
extern retro_log_printf_t log_cb;
|
||||
|
Loading…
Reference in New Issue
Block a user