From 4a8b10790ee5ea3eae9302394f2b581b50a52dee Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Thu, 21 Jan 2021 15:46:48 +0100 Subject: [PATCH] Target older macOS versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddef6ac..533822f 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install: nmrpflash release/macos: CFLAGS="-target arm64-apple-macos11" SUFFIX=".arm64" make release - CFLAGS="-target x86_64-apple-macos10.12" SUFFIX=".x86_64" make release + CFLAGS="-target x86_64-apple-macos10.8" SUFFIX=".x86_64" make release lipo -create -output nmrpflash nmrpflash.x86_64 nmrpflash.arm64 zip nmrpflash-$(VERSION)-macos.zip nmrpflash