mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
Add assignable allocator support to stb_truetype
This commit is contained in:
@@ -67,6 +67,15 @@ push-location $path_thirdparty
|
||||
}
|
||||
pop-location
|
||||
|
||||
$path_stb_truetype = join-path $path_thirdparty 'stb\src'
|
||||
|
||||
push-location $path_stb_truetype
|
||||
$devshell = Join-Path $PSScriptRoot 'helpers/devshell.ps1'
|
||||
. $devshell -arch amd64
|
||||
|
||||
& .\build.bat
|
||||
pop-location
|
||||
|
||||
$odin_compiler_defs = join-path $PSScriptRoot 'helpers/odin_compiler_defs.ps1'
|
||||
. $odin_compiler_defs
|
||||
|
||||
|
Reference in New Issue
Block a user