From 82ad1b683a9a2ace84a53d228204d8387e102070 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 3 May 2020 12:50:33 +0200 Subject: [PATCH] bug ifneq <> ifeq --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index cbbf07e15..48a1a3591 100644 --- a/client/Makefile +++ b/client/Makefile @@ -56,7 +56,7 @@ ZLIB = $(OBJDIR)/libz.a LIBS = -I$(LUALIBPATH) -I$(MBEDTLSLIBPATH) -I$(JANSSONLIBPATH) -I$(CBORLIBPATH) -I$(ZLIBPATH) -I$(REVENGPATH) -I$(AMIIBOLIBPATH) -I$(HARDNESTEDPATH) -I$(CLIPARSERPATH) INCLUDES_CLIENT += -I./src -I../include -I../common -I../common_fpga $(LIBS) #CFLAGS ?= -Wall -Werror -O3 -ifneq ($(platform),Darwin) +ifeq ($(platform),Darwin) # readline has strict-prototype issues CFLAGS ?= -Wall -Werror -O3 -Wredundant-decls -Wmissing-prototypes -Wchar-subscripts -Wundef -Wcast-align -Wwrite-strings -Wunused -Wuninitialized -Wpointer-arith -Winline -Wformat -Wformat-security -Winit-self -Wmissing-include-dirs -Wnested-externs -Wmissing-declarations else