mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
fix building for arm arch below armv6 (gp2x, bittboy)
This commit is contained in:
parent
15eed40550
commit
5ab80df952
2 changed files with 4 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -161,7 +161,6 @@ OBJS += platform/gp2x/warm.o
|
|||
USE_FRONTEND = 1
|
||||
PLATFORM_MP3 = 1
|
||||
PLATFORM_ZLIB = 1
|
||||
HAVE_ARMv6 = 0
|
||||
endif
|
||||
ifeq "$(PLATFORM)" "libretro"
|
||||
OBJS += platform/libretro/libretro.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue