mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 00:11:16 +01:00
13 lines
222 B
Makefile
13 lines
222 B
Makefile
PKG_NAME=flatbuffers
|
|
PKG_URL=https://github.com/google/flatbuffers
|
|
# v24.3.25
|
|
PKG_VERSION=595bf0007ab1929570c7671f091313c8fc20644e
|
|
PKG_LICENSE=Apache2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-cast-align
|
|
|
|
all:
|
|
@:
|