From 662958c56cd6b3063f1eebfd3952b4cfa6a97d1f Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Wed, 31 Jul 2013 07:08:52 +0000 Subject: [PATCH] Fix NaCl build. TBR=machenbach@chromium.org,svenpanne@chromium.org Review URL: https://codereview.chromium.org/21336002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15972 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/globals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globals.h b/src/globals.h index a59866d426..e13287c6f4 100644 --- a/src/globals.h +++ b/src/globals.h @@ -66,6 +66,7 @@ # define V8_OS_UNIX 1 #elif defined(__native_client__) # define V8_OS_NACL 1 +# define V8_OS_UNIX 1 #elif defined(__linux__) || defined(__linux) # define V8_OS_LINUX 1 # define V8_OS_UNIX 1