mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -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"
|
||||
|
@@ -6,4 +6,4 @@ path_scripts="$path_root/scripts"
|
||||
path_thirdparty="$path_root/thirdparty"
|
||||
|
||||
if [ -d "$path_build" ]; then rm -rf "$path_build"; fi
|
||||
# if [ -d "$path_thirdparty" ]; then rm -rf "$path_thirdparty"; fi
|
||||
# if [ -d "$path_thirdparty" ]; then rm -rf "$path_thirdparty"; fi
|
||||
|
Reference in New Issue
Block a user