setup.sh: missing white space

This commit is contained in:
happysalada 2021-06-24 13:45:33 +09:00 committed by Raphael Megzari
parent faca9440fb
commit 740582739c

View file

@ -494,7 +494,7 @@ activatePackage() {
# build platform are included here. That would be `depsBuild*`,
# and legacy `nativeBuildInputs`, in general. If we aren't cross
# compiling, however, everything can be put on the PATH. To ease
# the transition, we do include everything in thatcase.
# the transition, we do include everything in that case.
#
# TODO(@Ericson2314): Don't special-case native compilation
if [[ -z "${strictDeps-}" || "$hostOffset" -le -1 ]]; then