diff --git a/recipes-emulators/z80/z80_git.bb b/recipes-emulators/z80/z80_git.bb index 5703bc3..5fca92d 100644 --- a/recipes-emulators/z80/z80_git.bb +++ b/recipes-emulators/z80/z80_git.bb @@ -20,6 +20,8 @@ DEPENDS = "expat libsdl" S = "${WORKDIR}/git" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + do_compile() { SDL_INC=$(pkg-config --cflags sdl) SDL_LIB=$(pkg-config --libs sdl)