From 9ba149c055c8c2eac1903db30ce42471499ecf9c Mon Sep 17 00:00:00 2001 From: rh101 Date: Thu, 18 Apr 2024 19:13:40 +1000 Subject: [PATCH] Display cmake command used by build script in console --- 1k/build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/1k/build.ps1 b/1k/build.ps1 index 0941293935b6..2444681172ba 100644 --- a/1k/build.ps1 +++ b/1k/build.ps1 @@ -1762,6 +1762,7 @@ if (!$setupOnly) { &$config_cmd $CONFIG_ALL_OPTIONS -S $dm_dir -B $dm_build_dir | Out-Host ; Remove-Item $dm_build_dir -Recurse -Force $b1k.println("Finish dump compiler preprocessors") } + $b1k.println("Build Command: $config_cmd $CONFIG_ALL_OPTIONS -B $BUILD_DIR") &$config_cmd $CONFIG_ALL_OPTIONS -B $BUILD_DIR | Out-Host Set-Content $tempFile $hashValue -NoNewline }