build.py: fix hal path

This commit is contained in:
cyberman54 2023-07-01 19:15:29 +02:00
parent b09934e76e
commit e5bfa0a4b7

View File

@ -26,7 +26,7 @@ prjdir = env.get("PROJECT_DIR")
shareddir = os.path.join (prjdir, "shared")
# get hal path
haldir = os.path.join (prjdir, "shared\hal")
haldir = os.path.join (prjdir, "shared/hal")
# check if hal file is present in source directory
halconfig = config.get("board", "halfile")