Skip to content

Commit

Permalink
Add in debugging info for what the tsx command really is.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Feb 11, 2025
1 parent 1184f4c commit 878aa8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _scripts/templates/Cpp/st.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if($compile_exit_code -ne 0){
}

<if(test.IsWindows)>
Select-String -Path .\Test.vcxproj -Pattern "tsx"
$(& cmake --build . --config Release ; $compile_exit_code = $LASTEXITCODE ) | Write-Host
<else>
$make = which make
Expand All @@ -43,5 +44,6 @@ if($compile_exit_code -ne 0){
Write-Host "Failed second cmake call $compile_exit_code."
exit $compile_exit_code
}

Set-Location '..'
exit $compile_exit_code

0 comments on commit 878aa8e

Please sign in to comment.