diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 15:21:59 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 15:21:59 -0500 |
commit | 7af4107235e6c178d5740782fe510d2df1c825b1 (patch) | |
tree | d548d9c443140e77e4e158171055d08ffb77e30b /tools/mwasmarm_patcher | |
parent | 94edcc1b5496a41478e10bd6aa4ff84f5c2ee5aa (diff) |
Fix Makefile issues with OSX 11.6
Diffstat (limited to 'tools/mwasmarm_patcher')
-rw-r--r-- | tools/mwasmarm_patcher/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mwasmarm_patcher/Makefile b/tools/mwasmarm_patcher/Makefile index bff3a677..9765f713 100644 --- a/tools/mwasmarm_patcher/Makefile +++ b/tools/mwasmarm_patcher/Makefile @@ -1,11 +1,6 @@ .PHONY: all clean
-UNAME_S := $(shell uname -s)
-ifeq ($(UNAME_S),Darwin)
-CC := clang
-else
CC := gcc
-endif
CFLAGS := -O3
.PHONY: all clean
|