From 7e52951715a78d5d22facc8f7270fb9318b911d1 Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Fri, 16 Mar 2018 13:37:24 -0400 Subject: [PATCH] fix missing ) in check for cross compiler (issue #162) --- modules/musl-cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/musl-cross b/modules/musl-cross index ff331b24..4e8fadc5 100644 --- a/modules/musl-cross +++ b/modules/musl-cross @@ -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