libbreakpad_client.so.0 isn't needed anymore. Linux statically links against breakpad now.
parent
99f664ad36
commit
f2e264b9c7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue