mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
omit freetype cloning from build_sokol_demo scripts (not used right now)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
clone_gitrepo() {
|
||||
clone_git_repo() {
|
||||
local path="$1"
|
||||
local url="$2"
|
||||
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user