libbreakpad_client.so.0 isn't needed anymore. Linux statically links against breakpad now.

master
Nicky 2013-07-10 22:08:30 +02:00
parent 99f664ad36
commit f2e264b9c7
1 changed files with 0 additions and 6 deletions

View File

@ -277,7 +277,6 @@ elseif(LINUX)
libboost_system-mt.so.${BOOST_VERSION}.0
libboost_thread-mt.so.${BOOST_VERSION}.0
libboost_wave-mt.so.${BOOST_VERSION}.0
# libbreakpad_client.so.0
libcollada14dom.so
libcrypto.so.1.0.0
libdb-5.1.so
@ -308,11 +307,6 @@ elseif(LINUX)
set(release_files ${release_files} "libtcmalloc_minimal.so")
endif (USE_TCMALLOC)
# <FS:ND> We only ever need google breakpad when crash reporting is used
if(RELEASE_CRASH_REPORTING OR NON_RELEASE_CRASH_REPORTING)
set(release_files ${release_files} "libbreakpad_client.so.0")
endif(RELEASE_CRASH_REPORTING OR NON_RELEASE_CRASH_REPORTING)
if (FMODEX)
set(release_file ${release_files} "libfmodex.so")
endif (FMODEX)