summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-06-02 17:25:54 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2009-06-02 17:25:54 +0000
commitaf91e855316ac1ca1723f654bc8108d74cab32e6 (patch)
treea4cd4391ab62863ea5eee58fe391d024bad757e6
parent9dfe0ca9a0228c4fa75c8a3e51840696cc6b4960 (diff)
Small braino
-rw-r--r--indra/cmake/Variables.cmake2
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)