mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -07:00
Update scripts for new thirdparty convention
This commit is contained in:
@@ -44,7 +44,6 @@ $path_sokol_tools = join-path $path_thirdparty 'sokol-tools'
|
||||
|
||||
$sokol_build_clibs_command = join-path $path_scripts 'build_sokol_library.ps1'
|
||||
|
||||
# clone-gitrepo $path_freetype $url_freetype
|
||||
clone-gitrepo $path_sokol_tools $url_sokol_tools
|
||||
|
||||
Update-GitRepo -path $path_sokol -url $url_sokol -build_command $sokol_build_clibs_command
|
||||
|
@@ -65,6 +65,10 @@ function Update-GitRepo
|
||||
write-host
|
||||
return
|
||||
}
|
||||
|
||||
if ( -not(test-path -Path (join-path $path '.git'))) {
|
||||
return # Assume the user doesn't want to use git grab packages automatically.
|
||||
}
|
||||
|
||||
git -C $path fetch
|
||||
$latest_commit_hash = git -C $path rev-parse '@{u}'
|
||||
|
BIN
thirdparty/stb/lib/stb_truetype.lib
vendored
BIN
thirdparty/stb/lib/stb_truetype.lib
vendored
Binary file not shown.
Reference in New Issue
Block a user