omit freetype cloning from build_sokol_demo scripts (not used right now)

This commit is contained in:
2025-01-14 22:07:38 -05:00
parent d82245e031
commit d265e715fd
4 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
clone_gitrepo() {
clone_git_repo() {
local path="$1"
local url="$2"