Skip to content

Commit

Permalink
pkg/oonf_api: fix cflags for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Nov 23, 2016
1 parent 06d6f54 commit 076df5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/oonf_api/Makefile.include
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 076df5b

Please sign in to comment.