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 213d566 commit 1f2d42a
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 {
& bash -c "brew install qt@5 || true" 2>&1 | Write-Output
& bash -c "brew install qt@5 -q || true" 2>&1 | Write-Output
}
catch {
Write-Host "Error installing qt@5, but continuing..."
Expand Down

0 comments on commit 1f2d42a

Please sign in to comment.