File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ $(LOCAL_PATH)/blst/src/server.c $(LOCAL_PATH)/blst/build/assembly.S: $(LOCAL_PAT
2828$(LOCAL_PATH ) /blst_wrap.cpp : $(LOCAL_PATH ) /blst/bindings/blst.swg
2929 blst_classes=` dirname $@ ` /../src/supranational/blst && \
3030 mkdir -p $$ blst_classes && \
31- swig -c++ -java -package supranational.blst -outdir $$ blst_classes -o $@ $<
31+ swig -c++ -java -package supranational.blst -outdir $$ blst_classes -D__BLST_BYTES_T__ - o $@ $<
3232
3333LOCAL_CFLAGS := -fno-builtin-memcpy -fvisibility=hidden
34- LOCAL_CPPFLAGS := -fexceptions -I$(LOCAL_PATH ) /blst/bindings
34+ LOCAL_CPPFLAGS := -fexceptions -I$(LOCAL_PATH ) /blst/bindings -D__BLST_BYTES_T__
3535LOCAL_LDFLAGS := -Wl,-Bsymbolic
3636
3737include $(BUILD_SHARED_LIBRARY )
You can’t perform that action at this time.
0 commit comments