Makefile: fix copy/paste mistake in targets (s/freebsd/mac)
This commit is contained in:
parent
2b67346ded
commit
13cd544de3
1 changed files with 1 additions and 1 deletions
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 a new issue