Skip to content

Commit

Permalink
naiveproxy: Updated file decompression command
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc authored and 1715173329 committed Aug 31, 2024
1 parent 491b360 commit e8ed44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/naiveproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ define Build/Prepare
mkdir -p "chrome/build/pgo_profiles" ; \
$(CP) "$(DL_DIR)/$(PGO_FILE)" "chrome/build/pgo_profiles" ; \
mkdir -p "third_party/llvm-build/Release+Asserts" ; \
$(TAR) -xzf "$(DL_DIR)/$(CLANG_FILE)" -C "third_party/llvm-build/Release+Asserts" ; \
$(TAR) -xJf "$(DL_DIR)/$(CLANG_FILE)" -C "third_party/llvm-build/Release+Asserts" ; \
echo -e "llvmorg-$(CLANG_VER)" > "third_party/llvm-build/Release+Asserts/cr_build_revision" ; \
popd ; \
)
Expand Down

0 comments on commit e8ed44b

Please sign in to comment.