mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #6366 from heitbaum/libretro-dosbox
libretro-dosbox: build with -std=gnu++11 to fix gcc11 build
This commit is contained in:
commit
a80fcd5eb5
@ -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