Commit 662958c5 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

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
parent ae2c2ad4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment