diff options
Diffstat (limited to 'rebuild_wrappers.py')
| -rwxr-xr-x | rebuild_wrappers.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rebuild_wrappers.py b/rebuild_wrappers.py index f966c179..8761351e 100755 --- a/rebuild_wrappers.py +++ b/rebuild_wrappers.py @@ -389,7 +389,9 @@ def readFiles(files: Iterable[Filename]) -> Tuple[JumbledGlobals, JumbledRedirec or match("sdl1net", "sdl2net") \ or match("sdl1ttf", "sdl2ttf") \ or match("libGL", "libEGL") \ - or match("libc", "tcmallocminimal"): + or match("libc", "tcmallocminimal") \ + or match("libc", "tbbmallocproxy") \ + or match("tcmallocminimal", "tbbmallocproxy"): continue # Note: this test is very (too) simple. If it ever raises, comment |