Fix python error

This commit is contained in:
doylet 2023-06-07 13:06:35 +10:00
parent 6e25820ce6
commit 831d98955b

View File

@ -195,7 +195,7 @@ if args.with_dev_apps:
# Odin
# --------------------------------------------------------------------------
odin_git_hash = "9ae1bfb6"
odin_install_dir = install_dir / "Odin"
odin_install_dir = pathlib.Path(install_dir) / "Odin"
git_clone(install_dir=odin_install_dir,
git_exe=git_exe,
url="https://github.com/odin-lang/odin.git",