mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
libretro make fix for non-arm architectures
This commit is contained in:
parent
18c95d9f57
commit
b29bf88c22
1 changed files with 4 additions and 1 deletions
|
@ -463,6 +463,9 @@ endif
|
||||||
SHARED ?= -shared
|
SHARED ?= -shared
|
||||||
LDFLAGS += $(SHARED) $(fpic)
|
LDFLAGS += $(SHARED) $(fpic)
|
||||||
|
|
||||||
|
ifneq ($(ARCH), arm)
|
||||||
|
ARCH = $(shell $(CC) -dumpmachine | awk -F '-' '{print $$1}')
|
||||||
|
endif
|
||||||
PLATFORM = libretro
|
PLATFORM = libretro
|
||||||
NO_CONFIG_MAK = yes
|
NO_CONFIG_MAK = yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue