We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d67164 commit 006b94dCopy full SHA for 006b94d
deps.ffmpeg/60-srt.ps1
@@ -40,7 +40,7 @@ function Configure {
40
Log-Information "Configure (${Target})"
41
Set-Location "${Name}-${Version}"
42
43
- if ( $ForceShared -and ( $script:Shared -eq $false ) ) {
+ if ( $ForceShared -and ( $script:Shared -eq $false ) ) {
44
$Shared = $true
45
} else {
46
$Shared = $script:Shared.isPresent
deps.ffmpeg/70-librist.ps1
Set-Location $Path
- if ( $ForceShared -and ( ! $script:Shared ) ) {
+ if ( $ForceShared -and ( ! $script:Shared ) ) {
0 commit comments