fix missing ) in check for cross compiler (issue #162)

This commit is contained in:
Trammell hudson 2018-03-16 13:37:24 -04:00
parent 7f30b22b82
commit 7e52951715
No known key found for this signature in database
GPG Key ID: 687A5005935B1533

View File

@ -12,7 +12,7 @@ ifneq "$(CROSS)" ""
# check that $(CROSS)gcc exists or else things just won't work
ifneq "y" "$(shell [ -x '$(CROSS)gcc' ] && echo y)"
$(error $(CROSS)gcc does not exist - can not build
$(error $(CROSS)gcc does not exist - can not build)
endif
# The cross compiler has already been built, so the musl-cross target