Working toward mac and linux builds, no need for stb_image it looks like...

This commit is contained in:
2025-01-13 12:00:00 -05:00
parent d7560b4a89
commit 7dd1bad72d
7 changed files with 43 additions and 7933 deletions

View File

@@ -81,6 +81,12 @@ pushd "$path_thirdparty" > /dev/null
fi
popd > /dev/null
path_stb_truetype="$path_thirdparty/stb/src"
pushd "$path_stb_truetype" > /dev/null
eval make
popd > /dev/null
source "$(dirname "$0")/helpers/odin_compiler_defs.sh"
pkg_collection_backend="backend=$path_backend"