File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -178,10 +178,10 @@ def proxy_wasm_cpp_host_repositories():
178178 ],
179179 patch_args = ["-p1" ],
180180 patch_cmds = [
181- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/simdutf/simdutf.h\" !#include \" simdutf.h\" !' {} \\ ;" ,
182- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/fp16/src/include/fp16.h\" !#include \" fp16.h\" !' {} \\ ;" ,
183- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/dragonbox/src/include/dragonbox/dragonbox.h\" !#include \" dragonbox/dragonbox.h\" !' {} \\ ;" ,
184- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/fast_float/src/include/fast_float/!#include \" fast_float/!' {} \\ ;" ,
181+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/simdutf/simdutf.h\" !#include \" simdutf.h\" !' {} \\ ;" ,
182+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/fp16/src/include/fp16.h\" !#include \" fp16.h\" !' {} \\ ;" ,
183+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/dragonbox/src/include/dragonbox/dragonbox.h\" !#include \" dragonbox/dragonbox.h\" !' {} \\ ;" ,
184+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/fast_float/src/include/fast_float/!#include \" fast_float/!' {} \\ ;" ,
185185 ],
186186 repo_mapping = {
187187 "@abseil-cpp" : "@com_google_absl" ,
You can’t perform that action at this time.
0 commit comments