mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
12 lines
295 B
Batchfile
12 lines
295 B
Batchfile
## Windows native build compile script.
|
|
# Copyright (c) 2022 Alex313031.
|
|
|
|
cd C:\src\chromium\src\ &&
|
|
|
|
echo "Setting NINJA_SUMMARIZE_BUILD=1" &&
|
|
|
|
set NINJA_SUMMARIZE_BUILD=1 &&
|
|
|
|
echo "Building Thorium..." &&
|
|
|
|
autoninja -C out\thorium chrome chromedriver content_shell setup mini_installer -j %1
|