mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Tweak regen_style_structs.sh to make it work on mac, and regenerate the style struct bindings.
This commit is contained in:
parent
ce206dd4d6
commit
5a56591fc6
2 changed files with 548 additions and 441 deletions
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@ CLANG_SEARCH_DIRS=$(clang++ -E -x c++ - -v < /dev/null 2>&1 | awk '{ \
|
|||
else if (in_headers == 1) { \
|
||||
gsub(/^[ \t]+/, "", $0); \
|
||||
gsub(/[ \t].+$/, "", $0); \
|
||||
printf " -isystem \"%s\"", $0; \
|
||||
printf " -isystem %s", $0; \
|
||||
}
|
||||
}' | sed -e s/:$//g)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue