diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-09-02 13:50:03 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-09-02 13:50:03 +0200 |
| commit | d2aadd66bfe60fce510098ffc5f8b1ff698098a7 (patch) | |
| tree | 8de7e56694cc7222a60ba9ac88e415c37938d5cf | |
| parent | 646770ff68d9538e7d89a904ebbb04dc32471284 (diff) | |
| download | box64-d2aadd66bfe60fce510098ffc5f8b1ff698098a7.tar.gz box64-d2aadd66bfe60fce510098ffc5f8b1ff698098a7.zip | |
[ANDROID] Try to fix build
| -rwxr-xr-x | rebuild_wrappers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild_wrappers.py b/rebuild_wrappers.py index 0bd25f09..e22c52d6 100755 --- a/rebuild_wrappers.py +++ b/rebuild_wrappers.py @@ -402,6 +402,7 @@ def readFiles(files: Iterable[Filename]) -> Tuple[JumbledGlobals, JumbledRedirec or match("libGL", "libEGL") \ or match("libc", "tcmallocminimal") \ or match("libc", "tbbmallocproxy") \ + or match("libc", "androidshmem") \ or match("tcmallocminimal", "tbbmallocproxy"): continue |