Merge pull request #3187 from MelcoInternational/master

Switched android platform check to official form
This commit is contained in:
Luca Boccassi
2018-07-19 00:40:49 +01:00
committed by GitHub

View File

@@ -55,7 +55,7 @@
#define ZMQ_HAVE_AIX
#endif
#if defined ANDROID
#if defined __ANDROID__
#define ZMQ_HAVE_ANDROID
#endif