mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
[Android] Add in a static libiconv library so non English games don't crash Dolphin Mobile.
This commit is contained in:
parent
c5a886100c
commit
160d72a9ae
247 changed files with 108640 additions and 6 deletions
6
Externals/libiconv-1.14/libcharset/include/export.h
vendored
Normal file
6
Externals/libiconv-1.14/libcharset/include/export.h
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
|
||||
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
|
||||
#else
|
||||
#define LIBCHARSET_DLL_EXPORTED
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue