Skip to content

Commit

Permalink
Update make CC and CXX defaults for wider compat
Browse files Browse the repository at this point in the history
Fixes sass#2707
  • Loading branch information
glebm committed Aug 6, 2018
1 parent edd29a2 commit ed4b735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OS ?= $(shell uname -s)
CC ?= gcc
CXX ?= g++
CC ?= cc
CXX ?= c++
RM ?= rm -f
CP ?= cp -a
MKDIR ?= mkdir
Expand Down

0 comments on commit ed4b735

Please sign in to comment.