aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwoodser <woodser@protonmail.com>2024-01-06 14:15:08 -0500
committerwoodser <woodser@protonmail.com>2024-01-06 14:15:08 -0500
commit7d3b9b98cb2791e9e6c9d130de5e24f287ab2008 (patch)
tree391c931e3baaea7cc4bba8e87a76dda1a01d2cc2
parentMerge pull request #9050 (diff)
downloadmonero-7d3b9b98cb2791e9e6c9d130de5e24f287ab2008.tar.xz
remove ARCH="x86-64" from release-static
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb6a24aab..99c8ed31d 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ release-all:
release-static:
mkdir -p $(builddir)/release
- cd $(builddir)/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
+ cd $(builddir)/release && cmake -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
coverage:
mkdir -p $(builddir)/debug