diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-13 14:51:31 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-13 14:51:31 -0700 |
commit | c4d86b9e4eadca778349ea50f1f0be8a4335eca0 (patch) | |
tree | e41a8fec073c5f6e94c44765ec35c07736c4349a /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 3a8a3301f94032af315f11e55148c6f82f6d7d73 (diff) |
Include libexpat.so.1 in the list of libs to copy.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 2dd296bf12..95ed5d6bc8 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -221,6 +221,7 @@ elseif(LINUX) libcrypto.so.0.9.7 libdb-4.2.so libexpat.so + libexpat.so.1 libgmock_main.so libgmock.so.0 libgmodule-2.0.so |