mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-27 11:54:50 +01:00
#3086: Use POCO_IOS_INIT_HACK for Linux in combination with libc++
This commit is contained in:
parent
8722e0e38d
commit
b4d15d475a
@ -77,6 +77,9 @@
|
||||
# define POCO_IOS_INIT_HACK 1
|
||||
// QNX with Dinkumware but not GNU C++ Library
|
||||
# elif defined(__QNX__) && !defined(__GLIBCPP__)
|
||||
# define POCO_IOS_INIT_HACK 1
|
||||
// Linux with Clang libc++
|
||||
# elif defined(__linux) && defined(_LIBCPP_VERSION)
|
||||
# define POCO_IOS_INIT_HACK 1
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user