mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build_mac.sh
This commit is contained in:
parent
532e181301
commit
4d8f01d5c2
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
# Copyright (c) 2022 Alex313031.
|
||||
|
||||
YEL='\033[1;33m' # Yellow
|
||||
CYA='\033[1;96m' # Cyan
|
||||
RED='\033[1;31m' # Red
|
||||
GRE='\033[1;32m' # Green
|
||||
c0=$'\033[0m' # Reset Text
|
||||
|
@ -28,7 +29,7 @@ esac
|
|||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Building Thorium for MacOS...\n" &&
|
||||
printf "${GRE}\n" &&
|
||||
printf "${CYA}\n" &&
|
||||
|
||||
# Build Thorium
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
|
Loading…
Reference in a new issue