mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-19 21:38:06 +00:00
Force use of portable blst in C# bindings (#336)
This commit is contained in:
parent
e76a7c07e0
commit
b645bcc728
@ -41,6 +41,7 @@ TARGETS = ckzg.c ../../src/c_kzg_4844.c ../../blst/$(BLST_OBJ)
|
|||||||
CFLAGS += -O2 -Wall -Wextra -shared
|
CFLAGS += -O2 -Wall -Wextra -shared
|
||||||
CFLAGS += -DFIELD_ELEMENTS_PER_BLOB=$(FIELD_ELEMENTS_PER_BLOB)
|
CFLAGS += -DFIELD_ELEMENTS_PER_BLOB=$(FIELD_ELEMENTS_PER_BLOB)
|
||||||
CFLAGS += ${addprefix -I,${INCLUDE_DIRS}}
|
CFLAGS += ${addprefix -I,${INCLUDE_DIRS}}
|
||||||
|
BLST_BUILDSCRIPT_FLAGS += -D__BLST_PORTABLE__
|
||||||
ifdef ARCH
|
ifdef ARCH
|
||||||
CFLAGS += --target=$(ARCH)
|
CFLAGS += --target=$(ARCH)
|
||||||
BLST_BUILDSCRIPT_FLAGS += --target=$(ARCH)
|
BLST_BUILDSCRIPT_FLAGS += --target=$(ARCH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user