mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Merge pull request #12091 from plaidman/master
fix unintended line removal from rpi platform
This commit is contained in:
commit
e5f1598132
@ -83,6 +83,7 @@ else ifneq (,$(findstring rpi,$(platform)))
|
||||
INCFLAGS += -I/opt/vc/include
|
||||
CPUFLAGS += -DARMv5_ONLY
|
||||
PLATFORM_EXT := unix
|
||||
TARGET_ARCH = arm
|
||||
LDFLAGS += -lrt -ldl
|
||||
|
||||
# ARM64
|
||||
|
Loading…
Reference in New Issue
Block a user