diff --git a/Makefile b/Makefile index 14b74e0..39e6ff6 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ else ifneq (,$(findstring ios,$(platform))) ifeq ($(IOSSDK),) IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path) endif - ifeq ($(platform),"ios-arm64") + ifeq ($(platform), ios-arm64) CC = cc -arch arm64 -isysroot $(IOSSDK) CCX = c++ -arch arm64 -isysroot $(IOSSDK) else