Skip to content

Commit 7b597e6

Browse files
committed
android: use standard __ANDROID__ definition
1 parent b2150d6 commit 7b597e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/build_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# define NACL_OSX 0
3737
#endif
3838

39-
#if defined(ANDROID)
39+
#if defined(__ANDROID__)
4040
# define NACL_ANDROID 1
4141
#else
4242
# define NACL_ANDROID 0

0 commit comments

Comments
 (0)