Merge pull request #12091 from plaidman/master

fix unintended line removal from rpi platform
This commit is contained in:
Unknown W. Brackets 2019-06-07 23:00:15 -07:00 committed by GitHub
commit e5f1598132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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