mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
makefile: fix DARCH
This commit is contained in:
parent
671e618fbb
commit
ab7d776c08
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -18,7 +18,7 @@ release-static:
|
|||
mkdir -p build/release && \
|
||||
cd build/release && \
|
||||
cmake \
|
||||
-DARCH=x86_64 \
|
||||
-DARCH=x86-64 \
|
||||
-D BUILD_TAG="linux-x64" \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D STATIC=On \
|
||||
|
@ -55,7 +55,7 @@ depends:
|
|||
mkdir -p build/$(target)/release && \
|
||||
cd build/$(target)/release && \
|
||||
cmake \
|
||||
-DARCH=x86_64 \
|
||||
-DARCH=x86-64 \
|
||||
-D BUILD_TAG=$(tag) \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D STATIC=ON \
|
||||
|
@ -68,7 +68,7 @@ mac-release:
|
|||
mkdir -p build && \
|
||||
cd build && \
|
||||
cmake \
|
||||
-DARCH=x86_64 \
|
||||
-DARCH=x86-64 \
|
||||
-D BUILD_TAG="mac-x64" \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D STATIC=Off \
|
||||
|
|
Loading…
Reference in a new issue