Fix mach build

This commit is contained in:
BeatLink 2019-07-18 17:43:22 -05:00
parent 291e1baaad
commit 9db7331e15

View file

@ -8,6 +8,7 @@ export SHELL=/bin/bash;
printf "SHELL=$SHELL\n";
printf "\n\n--------------------------------------- BUILD -----------------------------------------------\n";
cd $SOURCE_FOLDER
# Installs build dependencies (using the ./mach script inside the source code)
printf "\nRunning bootstrapper to install build dependencies (using ./mach script within source code)\n";