fix for harfbuzz, remove raylib from update_deps.ps1

This commit is contained in:
2024-07-01 01:24:43 -04:00
parent 2423d50407
commit d797762702
3 changed files with 2 additions and 8 deletions

View File

@ -66,11 +66,5 @@ if ( $binaries_dirty -or $true )
$destination = join-path $path_build $dll.Name
Copy-Item $dll.FullName -Destination $destination -Force
}
$third_party_dlls = Get-ChildItem -Path $path_raylib_dlls -Filter '*.dll'
foreach ($dll in $third_party_dlls) {
$destination = join-path $path_build $dll.Name
Copy-Item $dll.FullName -Destination $destination -Force
}
}
pop-location