mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 23:12:43 -07:00
Working toward mac and linux builds, no need for stb_image it looks like...
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user