libretro-dosbox: build with -std=gnu++11

This commit is contained in:
Rudi Heitbaum 2022-04-12 07:31:08 +00:00
parent 6440e1cb65
commit bf6a510f4d

View File

@ -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
}