summaryrefslogtreecommitdiff
path: root/tools/mwasmarm_patcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mwasmarm_patcher/Makefile')
-rw-r--r--tools/mwasmarm_patcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mwasmarm_patcher/Makefile b/tools/mwasmarm_patcher/Makefile
index 26df548c..bff3a677 100644
--- a/tools/mwasmarm_patcher/Makefile
+++ b/tools/mwasmarm_patcher/Makefile
@@ -2,7 +2,7 @@
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
-CC := gcc-5
+CC := clang
else
CC := gcc
endif