summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index f279694a5..a49d51c69 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -28,7 +28,7 @@ CheckArches = \
XCRun = \
$(shell \
result=`xcrun -find $(1) 2> /dev/null`; \
- if [ "$$?" != "0"; then result=$(1); fi; \
+ if [ "$$?" != "0" ]; then result=$(1); fi; \
echo $$result)
###