Skip to content

Commit

Permalink
Update deps_toolset.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Mar 20, 2024
1 parent 9cd788b commit e46437e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/deps_toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if ((Get-OS) -eq "Mac") {
# Somehow none of this works, still causes exit code 1...
$ErrorActionPreference = 'SilentlyContinue'
try {
brew install --quiet qt@5
brew install --quiet qt@5 2>&1 | out-null
}
catch {
Write-Host "Error installing qt@5, but continuing..."
Expand Down

0 comments on commit e46437e

Please sign in to comment.