progress on compiling within wsl linux

This commit is contained in:
2025-01-13 20:13:01 -05:00
parent 8f9cff4119
commit 4abb591e1c
4 changed files with 12 additions and 9 deletions

View File

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