Makefile: fix copy/paste mistake in targets (s/freebsd/mac)

pull/95/head
moneromooo-monero 7 years ago
parent 2b67346ded
commit 13cd544de3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save