Merge pull request #1754
13cd544d
Makefile: fix copy/paste mistake in targets (s/freebsd/mac) (moneromooo-monero)
This commit is contained in:
commit
95f59f8c1f
2
Makefile
2
Makefile
|
@ -92,7 +92,7 @@ release-static-freebsd-x86_64:
|
|||
mkdir -p build/release
|
||||
cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="freebsd-x64" ../.. && $(MAKE)
|
||||
|
||||
release-static-freebsd-x86_64:
|
||||
release-static-mac-x86_64:
|
||||
mkdir -p build/release
|
||||
cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="mac-x64" ../.. && $(MAKE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue