Skip to content

Commit

Permalink
fix makefile for clang++
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwu committed Aug 4, 2015
1 parent 4728d63 commit df2a974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pttbbs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CCACHE!= sh -c 'type ccache 2>/dev/null || echo ""'
CLANG:=
.elif $(CLANG)
CC:= clang
CXX:= clang++
.endif

.if $(CCACHE)
Expand Down

0 comments on commit df2a974

Please sign in to comment.