Skip to content

Commit

Permalink
add sudo in mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed May 16, 2024
1 parent f37e285 commit e03419a
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 @@ -14,7 +14,7 @@ libzkp:
cd $(PWD)/rollup/circuitcapacitychecker/libzkp && make libzkp

libzstd:
@mkdir -p $(SCROLL_LIB_PATH)
@sudo mkdir -p $(SCROLL_LIB_PATH)
@wget -O $(SCROLL_LIB_PATH)/libzktrie.so https://github.com/scroll-tech/da-codec/releases/download/$(LIBSCROLL_ZSTD_VERSION)/libzktrie.so
@wget -O $(SCROLL_LIB_PATH)/libscroll_zstd.so https://github.com/scroll-tech/da-codec/releases/download/$(LIBSCROLL_ZSTD_VERSION)/libscroll_zstd.so

Expand Down

0 comments on commit e03419a

Please sign in to comment.