Log BOOSTDIR

This commit is contained in:
Alex Miller 2019-01-25 12:09:05 -08:00 committed by Alex Miller
parent df30904e27
commit 224744c473
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ else
$(error Not prepared to compile on platform $(PLATFORM))
endif
BOOSTDIR ?= ${BOOST_BASEDIR}/${BOOST_BASENAME}
$(info BOOSTDIR is ${BOOSTDIR})
CCACHE := $(shell which ccache)
ifneq ($(CCACHE),)