From af91e855316ac1ca1723f654bc8108d74cab32e6 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 2 Jun 2009 17:25:54 +0000 Subject: Small braino --- indra/cmake/Variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/cmake/Variables.cmake') 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) -- cgit v1.2.3