| Index: build_tools/XCompile-nacl.cmake
|
| diff --git a/build_tools/XCompile-nacl.cmake b/build_tools/XCompile-nacl.cmake
|
| index 9cf1ac596917193dcaca0ae724d6b96ad7e4ea99..98dfa4b616d2499f12cf0da647fc21cc3910d4ff 100644
|
| --- a/build_tools/XCompile-nacl.cmake
|
| +++ b/build_tools/XCompile-nacl.cmake
|
| @@ -37,8 +37,6 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
| SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
| SET(CMAKE_REQUIRED_INCLUDES "${NACL_SDK_ROOT}/include")
|
| LINK_DIRECTORIES(${NACL_SDK_LIBDIR})
|
| -INCLUDE_DIRECTORIES(${NACL_SDK_ROOT}/include)
|
| -INCLUDE_DIRECTORIES(${EXTRA_INCLUDE})
|
|
|
| # nacl abi says 32bits little endian
|
| SET(CMAKE_SIZEOF_VOID_P 4)
|
|
|