From e1d9bf5472a005f4ce2376abb6d681544b782e74 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Mon, 8 Aug 2022 01:37:30 +0800 Subject: [PATCH] naiveproxy: fix typo error --- naiveproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 699bf0ec6..5a5e63b1e 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -76,7 +76,7 @@ ifneq ($(CONFIG_CCACHE),) export naive_ccache_flags=cc_wrapper="$(CCACHE)" endif -CLANG_VER:=11722-g3f3a235a-2 +CLANG_VER:=15-init-11722-g3f3a235a-2 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz define Download/CLANG URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64