Fix release builds on OSX
This commit is contained in:
parent
aa0f1992e3
commit
d94e849b16
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ install: nmrp-flash
|
|||
install -m 755 nmrp-flash $(PREFIX)/bin
|
||||
|
||||
release/osx:
|
||||
make release CFLAGS="-arch i686 -arch x86_64"
|
||||
CFLAGS="-arch i686 -arch x86_64" make release
|
||||
cp nmrp-flash binaries/osx/
|
||||
|
||||
release/linux: release
|
||||
|
|
Loading…
Add table
Reference in a new issue