Update build_mac.sh

This commit is contained in:
Alexander David Frick 2022-07-15 23:39:26 -05:00 committed by GitHub
parent 532e181301
commit 4d8f01d5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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