Update build_debug_linux.sh

This commit is contained in:
Alexander David Frick 2022-08-22 03:07:51 -05:00 committed by GitHub
parent 36192fdd29
commit 6d4dab5998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ printf "${CYA}\n" &&
# Build Thorium and Thorium UI Debug Shell
export NINJA_SUMMARIZE_BUILD=1 &&
../../depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell thorium_ui_debug_shell -j$@ &&
../../depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell thorium_ui_debug_shell clear_key_cdm -j$@ &&
mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell &&
mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/lib &&