Use -mmacosx-version-min
This commit is contained in:
parent
1e91c8a722
commit
03f7a59bd3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ install: nmrpflash
|
||||||
install -m 755 nmrpflash $(PREFIX)/bin
|
install -m 755 nmrpflash $(PREFIX)/bin
|
||||||
|
|
||||||
release/osx:
|
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
|
zip nmrpflash-osx.zip nmrpflash
|
||||||
|
|
||||||
release/linux: release
|
release/linux: release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue