mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
add cyrussasl, iconv, openssl to libs for optional usage (if system does not provide)
This commit is contained in:
parent
26b00acada
commit
b4f310c2be
1507 changed files with 611544 additions and 0 deletions
6
libs/libiconv/libcharset/include/export.h
Normal file
6
libs/libiconv/libcharset/include/export.h
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