diff options
Diffstat (limited to 'linden/indra/cmake/Variables.cmake')
-rw-r--r-- | linden/indra/cmake/Variables.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/Variables.cmake b/linden/indra/cmake/Variables.cmake index 5d4dffe..cd5bfc1 100644 --- a/linden/indra/cmake/Variables.cmake +++ b/linden/indra/cmake/Variables.cmake | |||
@@ -45,6 +45,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows") | |||
45 | set(ARCH i686) | 45 | set(ARCH i686) |
46 | set(LL_ARCH ${ARCH}_win32) | 46 | set(LL_ARCH ${ARCH}_win32) |
47 | set(LL_ARCH_DIR ${ARCH}-win32) | 47 | set(LL_ARCH_DIR ${ARCH}-win32) |
48 | set(WORD_SIZE 32) | ||
48 | endif (${CMAKE_SYSTEM_NAME} MATCHES "Windows") | 49 | endif (${CMAKE_SYSTEM_NAME} MATCHES "Windows") |
49 | 50 | ||
50 | if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") | 51 | if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") |