build.py fix hal dir
This commit is contained in:
parent
e5bfa0a4b7
commit
ad35df9f88
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user