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"

View File

@@ -63,3 +63,4 @@ flag_vet_using_stmt='-vet-using-stmt'
# Assuming to be in default path, change if otherwise
odin_compiler='odin'
# odin_compiler='/mnt/c/projects/SectrPrototype/toolchain/Odin/odin'