Skip to content

Commit

Permalink
Updated ARCH for mcl and bls to be set to $host_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 24, 2024
1 parent c78c67d commit f549a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $(LIBSECP256K1): $(wildcard secp256k1/src/*.h) $(wildcard secp256k1/src/*.c) $(w

$(LIBBLS):
$(AM_V_at) \
ARCH='$(firstword $(subst -, ,$(HOST)))' \
ARCH='$(host_cpu)' \
CC='$(CC)' \
CXX='$(CXX)' \
CFLAGS='$(CXXFLAGS)' \
Expand All @@ -90,7 +90,7 @@ $(LIBBLS):
$(LIBMCL):
$(AM_V_at) \
MCL_USE_LLVM=0 \
ARCH='$(firstword $(subst -, ,$(HOST)))' \
ARCH='$(host_cpu)' \
CC='$(CC)' \
CXX='$(CXX)' \
CFLAGS='$(CXXFLAGS)' \
Expand Down

0 comments on commit f549a00

Please sign in to comment.