mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
pkg/oonf_api: fix cflags for macos
This commit is contained in:
parent
06d6f544b6
commit
076df5b5e2
@ -1 +1,5 @@
|
||||
INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/oonf_api/src-api
|
||||
|
||||
ifeq ($(shell uname -s),Darwin)
|
||||
CFLAGS += -Wno-reserved-id-macro -Wno-keyword-macro
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user