Drop 32-bit support on macOS
This commit is contained in:
parent
2d4a5948fc
commit
826ff59150
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ install: nmrpflash
|
||||||
install -m 755 nmrpflash $(PREFIX)/bin
|
install -m 755 nmrpflash $(PREFIX)/bin
|
||||||
|
|
||||||
release/osx:
|
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
|
zip nmrpflash-$(VERSION)-osx.zip nmrpflash
|
||||||
|
|
||||||
release/linux: release
|
release/linux: release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue