diff options
-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 c4dcc7eae7..75b66a85da 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -63,7 +63,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) |