From 000c321ab03d4f60dd4f5b61fd2cdf5ac811728b Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 2 Apr 2024 17:10:58 +0900 Subject: [PATCH] use the same bls-go-binary/Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 699a5fc..5fceb54 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,10 @@ -include ETH.cfg ARCH?=$(shell uname -m) -ifeq ($(ARCH),x86_64) -MCL_STATIC_CODE=1 -endif SRC_DIR?=src/ BLS_DIR?=$(SRC_DIR)/bls MCL_DIR?=$(BLS_DIR)/mcl all: - $(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ETH_CFLAGS=$(ETH_CFLAGS) ARCH=$(ARCH) MCL_STATIC_CODE=$(MCL_STATIC_CODE) all + $(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ARCH=$(ARCH) ETH_CFLAGS=$(ETH_CFLAGS) all ios: $(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ETH_CFLAGS=$(ETH_CFLAGS) ios ios_simulator: