fix for harfbuzz, remove raylib from update_deps.ps1
This commit is contained in:
parent
2423d50407
commit
d797762702
@ -35,7 +35,7 @@ shaper_init :: proc( ctx : ^ShaperContext )
|
||||
shaper_shutdown :: proc( ctx : ^ShaperContext )
|
||||
{
|
||||
if ctx.hb_buffer != nil {
|
||||
harfbuzz.buffer_destory( ctx.hb_buffer )
|
||||
harfbuzz.buffer_destroy( ctx.hb_buffer )
|
||||
}
|
||||
|
||||
// delete(& ctx.infos)
|
||||
|
@ -373,7 +373,7 @@ sectr_shutdown :: proc()
|
||||
file_close( Memory_App.replay.active_file )
|
||||
}
|
||||
|
||||
// font_provider_shutdown()
|
||||
font_provider_shutdown( & state.font_provider_ctx )
|
||||
|
||||
sokol_gp.shutdown()
|
||||
sokol_gfx.shutdown()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user