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 @@ -186,10 +186,10 @@ def proxy_wasm_cpp_host_repositories():
186186 ],
187187 patch_args = ["-p1" ],
188188 patch_cmds = [
189- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/simdutf/simdutf.h\" !#include \" simdutf.h\" !' {} \\ ;" ,
190- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/fp16/src/include/fp16.h\" !#include \" fp16.h\" !' {} \\ ;" ,
191- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/dragonbox/src/include/dragonbox/dragonbox.h\" !#include \" dragonbox/dragonbox.h\" !' {} \\ ;" ,
192- "find ./src ./include -type f -exec sed -i 's!#include \" third_party/fast_float/src/include/fast_float/!#include \" fast_float/!' {} \\ ;" ,
189+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/simdutf/simdutf.h\" !#include \" simdutf.h\" !' {} \\ ;" ,
190+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/fp16/src/include/fp16.h\" !#include \" fp16.h\" !' {} \\ ;" ,
191+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/dragonbox/src/include/dragonbox/dragonbox.h\" !#include \" dragonbox/dragonbox.h\" !' {} \\ ;" ,
192+ "find ./src ./include -type f -exec sed -i.bak -e 's!#include \" third_party/fast_float/src/include/fast_float/!#include \" fast_float/!' {} \\ ;" ,
193193 ],
194194 repo_mapping = {
195195 "@abseil-cpp" : "@com_google_absl" ,
You can’t perform that action at this time.
0 commit comments