As per @p12tic's feedback on PR #1385, revert previous log message

@p12tic felt that we should have the log message at the end of the build
script to assist log inspections

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-11-06 17:31:58 +00:00
parent 0ac60d34e9
commit 20f0583c18
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 2 additions and 0 deletions

View File

@ -43,3 +43,5 @@ $B_CMAKE "$B_CMAKE_FLAGS" .. || exit 1
echo "INFO: Now commencing Barrier build process..."
echo "INFO: We're building an $B_BUILD_TYPE output type."
$(command -v make) || exit 1
echo "Build completed successfully"