diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-22 16:08:13 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-22 16:08:13 -0400 |
commit | 5870788f68c6b1fb504ae95403e7da95bc55ed4c (patch) | |
tree | f714e60f262f905e743e944ee4ca062fe48e6ccb /indra/cmake/00-Common.cmake | |
parent | d00d37d23b68037fed8eeeffe21a87f7597086c3 (diff) |
catch a few more cases of STANDALONE -> USESYSTEMLIBS
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rwxr-xr-x | indra/cmake/00-Common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 69173c38a2..335dd89080 100755 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -226,7 +226,7 @@ endif (LINUX OR DARWIN) if (USESYSTEMLIBS) - add_definitions(-DLL_STANDALONE=1) + add_definitions(-DLL_USESYSTEMLIBS=1) if (LINUX AND ${ARCH} STREQUAL "i686") add_definitions(-march=pentiumpro) |