Skip to content

Commit

Permalink
makerelease-osx: Do not use implicit variables for CC/CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Jul 10, 2014
1 parent 897f0e8 commit efa268d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makerelease-osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ endif
endif

# Set up compiler.
CC ?= cc
CC = cc
export CC
CXX ?= c++
CXX = c++
export CXX

# Set up compiler/linker flags.
Expand Down

0 comments on commit efa268d

Please sign in to comment.