rellocate mednafen to /usr/games

This commit is contained in:
Michel-FK 2020-05-17 22:57:20 +02:00
parent 613de3c615
commit 17179b6362
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ MEDNAFEN_CFLAGS += -D__ARM_NEON__ -mfpu=neon -mvectorize-with-neon-quad
endif
MEDNAFEN_CONF_OPTS += CFLAGS="$(MEDNAFEN_CFLAGS)"
MEDNAFEN_CONF_OPTS += --without-libsndfile
MEDNAFEN_CONF_OPTS += --prefix=/usr/local --bindir=/usr/games --without-libsndfile
MEDNAFEN_CONF_ENV += SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config"