Skip to content

Commit

Permalink
Changed path to libblst .a in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Jan 17, 2025
1 parent e2f2e8b commit 6c196b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ C_KZG_4844_CFLAGS := -fPIC -O2 -I$(C_KZG_4844)/src -I$(C_KZG_4844)/inc

$(PREFIX)/c-kzg-4844/lib/libblst.a:
$(MAKE) -C $(C_KZG_4844)/src build_blst
mv $(C_KZG_4844)/lib/libblst.a $(PREFIX)/c-kzg-4844/lib/
mv $(C_KZG_4844)/blst/libblst.a $(PREFIX)/c-kzg-4844/lib/

$(C_KZG_4844)/lib/libckzg.o: $(C_KZG_4844)/src/ckzg.c $(PREFIX)/c-kzg-4844/lib/libblst.a
$(CC) $(C_KZG_4844_CFLAGS) $< -c -o $@
Expand Down

0 comments on commit 6c196b1

Please sign in to comment.