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 6c3528b commit f26fd50
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 @@ -55,7 +55,7 @@ $qtArch = $null
if ((Get-OS) -eq "Mac") {
$qtOs = "mac"
$qtArch = "clang_64" # i'm not even going to bother to test wasm_32.
& bash -c "brew install qt@5" 2>&1 | Write-Output
& bash -c "brew install qt@5 -q" 2>&1 | Write-Output
} elseif ((Get-OS) -eq "Windows") {
# Determine system architecture
if ($env:PROCESSOR_ARCHITECTURE -eq "AMD64" -or $env:PROCESSOR_ARCHITEW6432 -eq "AMD64") {
Expand Down

0 comments on commit f26fd50

Please sign in to comment.