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():
186
186
],
187
187
patch_args = ["-p1" ],
188
188
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/!' {} \\ ;" ,
193
193
],
194
194
repo_mapping = {
195
195
"@abseil-cpp" : "@com_google_absl" ,
You can’t perform that action at this time.
0 commit comments