Skip to content

Commit

Permalink
Allow clang 4 mac osx
Browse files Browse the repository at this point in the history
  • Loading branch information
ctzsnooze committed Apr 29, 2023
1 parent b9121e9 commit a3a13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ ifeq ($(shell $(CC) -v 2>&1 | grep -q "clang version" && echo "clang"),clang)
# Please revisit versions when new clang version arrive. Supported versions: { Linux / OSX: 7 - 14 }
# Travis reports CC_VERSION of 4.2.1
CC_VERSION_MAJOR := $(firstword $(subst ., ,$(CC_VERSION)))
CC_VERSION_CHECK_MIN := 7
CC_VERSION_CHECK_MIN := 4
CC_VERSION_CHECK_MAX := 14

# Added flags for clang 11 - 13 are not backwards compatible
Expand Down

0 comments on commit a3a13ca

Please sign in to comment.