Home
last modified time | relevance | path

Searched defs:SevenZ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libfido2/windows/
H A Dbuild.ps158 $SevenZ = $(Get-Command 7z -ErrorAction Ignore | ` variable
60 if ([string]::IsNullOrEmpty($SevenZ)) { variable
61 $SevenZ = $SevenZPath variable
63 if (-Not (Test-Path $SevenZ)) { variable
64 throw "Unable to find 7z at $SevenZ" variable
90 Write-Host "7z: $SevenZ" variable
126 & $SevenZ e .\${LIBRESSL}.tar.gz variable
127 & $SevenZ x .\${LIBRESSL}.tar variable