SL-18837: Without USE_BUGSPLAT, no target generate_symbols.

master
Nat Goodspeed 2023-09-07 11:44:53 -04:00
parent 949909013e
commit db71f834bc
1 changed files with 2 additions and 3 deletions

View File

@ -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)