From 03f7a59bd3a1e1ec29f146dbea11737c8018f2b2 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Mon, 8 Feb 2016 23:29:12 +0100 Subject: [PATCH] Use -mmacosx-version-min --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b38b98..cc931b1 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install: nmrpflash install -m 755 nmrpflash $(PREFIX)/bin release/osx: - CFLAGS="-arch i686 -arch x86_64" make release + CFLAGS="-arch i686 -arch x86_64 -mmacosx-version-min=10.6" make release zip nmrpflash-osx.zip nmrpflash release/linux: release -- 2.25.1