We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e155a5 commit 7104878Copy full SHA for 7104878
src/include/build_config.h
@@ -36,7 +36,7 @@
36
# define NACL_OSX 0
37
#endif
38
39
-#if defined(ANDROID)
+#if defined(__ANDROID__)
40
# define NACL_ANDROID 1
41
#else
42
# define NACL_ANDROID 0
0 commit comments