diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 11:17:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 11:17:26 +0200 |
| commit | 3919bb2e7de813732b7a8917744eadddf3ecfa67 (patch) | |
| tree | f868ea3af3d42d4fd4a9c1aab3a3afd5ddcb6e9b /src/library_list_32.h | |
| parent | 93e8434a87c845956784a53e49111c46a099feba (diff) | |
| download | box64-3919bb2e7de813732b7a8917744eadddf3ecfa67.tar.gz box64-3919bb2e7de813732b7a8917744eadddf3ecfa67.zip | |
[BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped function for 32bits libfreetype and SDL2
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index 32b03c95..c4fe2276 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -30,4 +30,7 @@ GO("libopenal.so.0", openal) GO("libopenal.so", openal) GO("openal.so", openal) +GO("libexpat.so.1", expat) +GO("libexpat.so", expat) + GO("crashhandler.so", crashhandler) |