Config: Builds don't seem to like the space

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-03-04 11:57:22 +00:00
parent a843073c8e
commit d53537ced9

View File

@@ -41,7 +41,7 @@ PARALLELISM = $(shell echo $$( \
fi) \
)
MAKETUNING = -j $(PARALLELISM)
MAKETUNING = -j$(PARALLELISM)
ifeq "$(BUILD_ARCH)" "aarch64"
IS_64BIT = 1