mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
#3086: Use POCO_IOS_INIT_HACK for Linux in combination with libc++
This commit is contained in:
@@ -77,6 +77,9 @@
|
|||||||
# define POCO_IOS_INIT_HACK 1
|
# define POCO_IOS_INIT_HACK 1
|
||||||
// QNX with Dinkumware but not GNU C++ Library
|
// QNX with Dinkumware but not GNU C++ Library
|
||||||
# elif defined(__QNX__) && !defined(__GLIBCPP__)
|
# 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
|
# define POCO_IOS_INIT_HACK 1
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user