mirror of
https://github.com/ollama/ollama.git
synced 2025-09-01 21:40:59 +02:00
Merge pull request #3488 from mofanke/fix-windows-dll-compress
fix dll compress in windows building
This commit is contained in:
@@ -146,7 +146,7 @@ function compress {
|
||||
}
|
||||
|
||||
write-host "Compressing dlls..."
|
||||
$binaries = dir "${script:buildDir}/bin/*.dll"
|
||||
$dlls = dir "${script:buildDir}/bin/*.dll"
|
||||
foreach ($file in $dlls) {
|
||||
& "$script:GZIP" --best -f $file
|
||||
}
|
||||
|
Reference in New Issue
Block a user