Skip to content

Commit

Permalink
Force use of portable blst in C# bindings (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Aug 11, 2023
1 parent e76a7c0 commit b645bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/csharp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b645bcc

Please sign in to comment.