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:
parent
0ac60d34e9
commit
20f0583c18
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue