Skip to content

Commit

Permalink
[Fix] Add missing MAKE_CXX declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and ljharb committed Dec 2, 2016
1 parent 01ff2b2 commit 61123c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,7 @@ nvm_install_source() {

local make
make='make'
local MAKE_CXX
case "${NVM_OS}" in
'freebsd')
make='gmake'
Expand Down

0 comments on commit 61123c2

Please sign in to comment.