diff options
| author | Paul Oppenheim <poppy@lindenlab.com> | 2008-06-17 19:31:12 +0000 | 
|---|---|---|
| committer | Paul Oppenheim <poppy@lindenlab.com> | 2008-06-17 19:31:12 +0000 | 
| commit | 4e19c91811e8535e9035b57a1478ba2db059f35d (patch) | |
| tree | e9537a19dc1313d0ecccc4c7bb865d4fa9ed7cfc /indra | |
| parent | cd21004bdae8c6e361e2d88404200ee2ae86e083 (diff) | |
whoops - one line, nay, one *word* fix to my mac universal patch. Reviewed by cg
Diffstat (limited to 'indra')
| -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 2f30e083d5..d06080c7c5 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -67,7 +67,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")      endif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "ppc")    endif (CMAKE_OSX_ARCHITECTURES MATCHES "i386" AND CMAKE_OSX_ARCHITECTURES MATCHES "ppc")    set(LL_ARCH ${ARCH}_darwin) -  set(LL_ARCH_DIR ${ARCH}-darwin) +  set(LL_ARCH_DIR universal-darwin)  endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") | 
