mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-17 04:27:08 +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 += -DFIELD_ELEMENTS_PER_BLOB=$(FIELD_ELEMENTS_PER_BLOB)
|
||||
CFLAGS += ${addprefix -I,${INCLUDE_DIRS}}
|
||||
BLST_BUILDSCRIPT_FLAGS += -D__BLST_PORTABLE__
|
||||
ifdef ARCH
|
||||
CFLAGS += --target=$(ARCH)
|
||||
BLST_BUILDSCRIPT_FLAGS += --target=$(ARCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user