Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 14816f2 commit bdfb2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ($IsMacOS) {
# Workaround for https://developercommunity.visualstudio.com/t/10664660
$argVcrMutexWorkaround = 'DEFINES+=_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR'
}
qmake PREFIX="$Prefix" DEFINES+="$env:nightlyDefines" $argVcrMutexWorkaround $argDeviceArchs
qmake CONFIG+=debug PREFIX="$Prefix" DEFINES+="$env:nightlyDefines" $argVcrMutexWorkaround $argDeviceArchs

if ($IsWindows) {
nmake
Expand Down

0 comments on commit bdfb2dd

Please sign in to comment.