Browse Source

naiveproxy: fix typo error

Beginner 3 years ago
parent
commit
75cbc2cd74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      naiveproxy/Makefile

+ 1 - 1
naiveproxy/Makefile

@@ -75,7 +75,7 @@ ifneq ($(CONFIG_CCACHE),)
   export naive_ccache_flags=cc_wrapper="$(CCACHE)"
   export naive_ccache_flags=cc_wrapper="$(CCACHE)"
 endif
 endif
 
 
-CLANG_VER:=11722-g3f3a235a-2
+CLANG_VER:=15-init-11722-g3f3a235a-2
 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz
 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz
 define Download/CLANG
 define Download/CLANG
 	URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
 	URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64