diff options
Diffstat (limited to 'indra/cmake/Variables.cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index adff01197f..6559051b5a 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -64,7 +64,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") if (ARCH STREQUAL x86_64) set(WORD_SIZE 64) else (ARCH STREQUAL x86_64) - set(WORD_SIZE 64) + set(WORD_SIZE 32) endif (ARCH STREQUAL x86_64) endif (WORD_SIZE EQUAL 32) |