diff options
author | Luca Deri <deri@ntop.org> | 2023-09-02 19:16:40 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-09-02 19:16:40 +0200 |
commit | 1d480c18e381f393bd25352c6140e9651f3e3a76 (patch) | |
tree | 9a9f9b28b301dc917de817330810cbda1ba0bd75 /example/Makefile.in | |
parent | 854c2d80f1cf5c567a602ce25f8fd7e166bc4c2f (diff) |
Reworked domain classification based on binary filters
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |