1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/flatbuffers/Makefile

12 lines
221 B
Makefile

PKG_NAME=flatbuffers
PKG_URL=https://github.com/google/flatbuffers
PKG_VERSION=a9a295fecf3fbd5a4f571f53b01f63202a3e2113 # v2.0.0
PKG_LICENSE=Apache2.0
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-cast-align
all:
@: