From 826ff591502fbbf477dc43361cb862641e9c1c2e Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Fri, 26 Apr 2019 20:48:34 +0200 Subject: [PATCH] Drop 32-bit support on macOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79b1fbe..4f41419 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ install: nmrpflash install -m 755 nmrpflash $(PREFIX)/bin release/osx: - CFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.6" make release + CFLAGS="-mmacosx-version-min=10.6" make release zip nmrpflash-$(VERSION)-osx.zip nmrpflash release/linux: release -- 2.25.1