Skip to content

Commit a21d152

Browse files
David Carlierdevnexen
authored andcommitted
allow flavors
1 parent 6534b3e commit a21d152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
2020
NODEPS:=clean distclean
2121

2222
# Default settings
23-
ifneq ($(CC),clang)
23+
ifeq (,$(findstring clang,$(CC)))
2424
STD=-std=c99 -pedantic -DREDIS_STATIC=''
2525
else
2626
STD=-std=c11 -pedantic -DREDIS_STATIC=''

0 commit comments

Comments
 (0)