From a7805658ad473a57843db25b29b6b555c8a5b92e Mon Sep 17 00:00:00 2001 From: jeefo Date: Fri, 16 Sep 2016 16:53:54 +0300 Subject: [PATCH] fixing travis build again... --- project/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/makefile b/project/makefile index c7a2442..ef89245 100644 --- a/project/makefile +++ b/project/makefile @@ -74,7 +74,7 @@ endif IS_CLANG := $(shell $(CPP) --version | head -1 | grep clang > /dev/null && echo "1" || echo "0") ifeq "$(IS_CLANG)" "1" - CFLAGS += $(C_GCC_FLAGS) + CFLAGS += $(C_GCC_FLAGS) -D__extern_always_inline="extern __always_inline" CPPFLAGS += $(CPP_GCC_FLAGS) endif