Sometimes scons do expect DESTDIR being in lowercase

This commit is contained in:
Baptiste Daroussin 2013-10-03 06:41:54 +00:00
parent 8cfda521c7
commit 6bfdb3d229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329143

View file

@ -26,5 +26,8 @@ MAKE_CMD?= ${SCONS}
MAKE_ENV+= PKGCONFIGDIR="${PKGCONFIGDIR}" \
CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" \
LIBPATH="${LIBPATH}" CPPPATH="${CPPPATH}"
.if !defined(NO_STAGE)
MAKE_ARGS+= ${DESTDIRNAME:L}=${STAGEDIR}
.endif
.endif