From 3919bb2e7de813732b7a8917744eadddf3ecfa67 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 28 Sep 2024 11:17:26 +0200 Subject: [BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped function for 32bits libfreetype and SDL2 --- src/library_list_32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/library_list_32.h') 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) -- cgit 1.4.1