diff options
| -rw-r--r-- | indra/newview/CMakeLists.txt | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index f23e4fa849..68f96e5669 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2171,10 +2171,9 @@ if (PACKAGE AND (RELEASE_CRASH_REPORTING OR NON_RELEASE_CRASH_REPORTING) AND VIE      if (LINUX)        # TBD      endif (LINUX) -  endif (USE_BUGSPLAT) -  # for both Bugsplat and Breakpad -  add_dependencies(llpackage generate_symbols) +    add_dependencies(llpackage generate_symbols) +  endif (USE_BUGSPLAT)  endif ()  if (LL_TESTS)  | 
