mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libretro-dosbox: build with -std=gnu++11
This commit is contained in:
parent
6440e1cb65
commit
bf6a510f4d
@ -15,6 +15,10 @@ PKG_LIBNAME="dosbox_libretro.so"
|
||||
PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="DOSBOX_LIB"
|
||||
|
||||
pre_make_target() {
|
||||
export CXXFLAGS="${CXXFLAGS} -std=gnu++11"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make -f Makefile.libretro
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user