Make sure 'ARCH' get's defined with the CMake build system.

Fixes #1004.
This commit is contained in:
Nathan Rajlich 2011-05-03 08:51:53 -07:00 committed by Ryan Dahl
parent c33790262b
commit 72824d8d2d

View File

@ -102,6 +102,7 @@ endif()
add_definitions(
-DPLATFORM="${node_platform}"
-DARCH="${node_arch}"
-DX_STACKSIZE=65536
-D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64