diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-11 11:14:45 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-11 11:14:45 -0700 |
commit | 02c86086acceb83fcddad763123b532c70641688 (patch) | |
tree | a7a220131b5b491d5c0823df1c07ee86a97e2a77 /indra/cmake/Variables.cmake | |
parent | 5748a14f5d7e85230e74c330a7c2b058856be9cd (diff) | |
parent | 9c94b76ec10cb5a323f5f8c5c1e8340f40c3b175 (diff) |
Merge with Sabin
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 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) |