We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9d658 + d5bac9b commit ed1fc24Copy full SHA for ed1fc24
Utilities/build_ubuntu_cross_compilation_toolchain
@@ -68,7 +68,7 @@ function fix_glibc_modulemap() {
68
rm -rf "$inc_dir"
69
mkdir "$inc_dir"
70
cat "$tmp" | while IFS='' read line; do
71
- if [[ "$line" =~ ^(\ *header\ )\"\/\/\/usr\/include\/(x86_64-linux-gnu\/)?([^\"]+)\" ]]; then
+ if [[ "$line" =~ ^(\ *header\ )\"\/+usr\/include\/(x86_64-linux-gnu\/)?([^\"]+)\" ]]; then
72
local orig_inc
73
local rel_repl_inc
74
local repl_inc
0 commit comments