Tweak regen_style_structs.sh to make it work on mac, and regenerate the style struct bindings.

This commit is contained in:
Bobby Holley 2016-03-30 12:17:54 -07:00
parent ce206dd4d6
commit 5a56591fc6
2 changed files with 548 additions and 441 deletions

File diff suppressed because it is too large Load diff

View file

@ -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)