Sometimes scons do expect DESTDIR being in lowercase
This commit is contained in:
parent
8cfda521c7
commit
6bfdb3d229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329143
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue