From e4d5d0f0333e8b7faedff57b3641430dd5e4eaa4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Oct 2013 22:03:39 +0300 Subject: add support for nacl detection in client version. --- src/main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.h b/src/main.h index 70ad551c8..7f5d05ae4 100644 --- a/src/main.h +++ b/src/main.h @@ -76,6 +76,8 @@ || defined WIN64 || defined _WIN64 || defined __WIN64__ \ || defined __MINGW32__ || defined _MSC_VER #define PACKAGE_OS "Windows" +#elif defined __native_client__ +#define PACKAGE_OS "nacl" #else #define PACKAGE_OS "Other" #endif -- cgit v1.2.3-60-g2f50