Commit 4c9e1b1 1 parent a3ddfed commit 4c9e1b1 Copy full SHA for 4c9e1b1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ VERSION_CLANG := $(shell cat version_clang.txt)
38
38
39
39
# ##########################################################################
40
40
# Use some clang tools that come with wasi-sdk
41
- ICPP_COMPILER_ROOT := $(HOME ) /.icpp/wasi-sdk-20 .0
41
+ ICPP_COMPILER_ROOT := $(HOME ) /.icpp/wasi-sdk-21 .0
42
42
CLANG_FORMAT = $(ICPP_COMPILER_ROOT ) /bin/clang-format
43
43
CLANG_TIDY = $(ICPP_COMPILER_ROOT ) /bin/clang-tidy
44
44
@@ -148,7 +148,7 @@ install-clang-ubuntu:
148
148
# Make sure to source ~/.profile afterwards -> it adds ~/bin to the path if it exists
149
149
.PHONY : install-dfx
150
150
install-dfx :
151
- sh -ci " $$ (curl -fsSL https://sdk.dfinity.org/install.sh)"
151
+ DFXVM_INIT_YES=true sh -ci " $$ (curl -fsSL https://sdk.dfinity.org/install.sh)"
152
152
153
153
.PHONY : install-didc
154
154
install-didc :
You can’t perform that action at this time.
0 commit comments