build.py fix hal dir

This commit is contained in:
cyberman54 2023-07-01 19:18:45 +02:00
parent e5bfa0a4b7
commit ad35df9f88
1 changed files with 1 additions and 1 deletions

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 (shareddir, "hal")
# check if hal file is present in source directory
halconfig = config.get("board", "halfile")