force script to be LF (not sure why it wasnt...)

This commit is contained in:
2025-01-13 12:04:36 -05:00
parent 7dd1bad72d
commit 6bc7514ef0

View File

@@ -84,7 +84,7 @@ popd > /dev/null
path_stb_truetype="$path_thirdparty/stb/src"
pushd "$path_stb_truetype" > /dev/null
eval make
eval make -C "$path_stb_truetype"
popd > /dev/null
source "$(dirname "$0")/helpers/odin_compiler_defs.sh"