From 1d480c18e381f393bd25352c6140e9651f3e3a76 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 2 Sep 2023 19:16:40 +0200 Subject: Reworked domain classification based on binary filters --- example/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example/Makefile.in') diff --git a/example/Makefile.in b/example/Makefile.in index d6dbaa21a..391cfe28c 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -1,6 +1,9 @@ AR=@AR@ CC=@CC@ CXX=@CXX@ +ifeq ($(OS),Darwin) +CC=clang -fno-color-diagnostics +endif BUILD_MINGW=@BUILD_MINGW@ BUILD_MINGW_X64=@BUILD_MINGW_X64@ DISABLE_NPCAP=@DISABLE_NPCAP@ -- cgit v1.2.3