Skip to content

Commit

Permalink
ensure that the generated dir is included in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Nov 2, 2023
1 parent f266d3b commit f3c6824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extra_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ def getLibs():
fn=os.path.join(base,sd)
if os.path.isdir(fn):
rt.append(sd)
EXTRAS=['generated']
for e in EXTRAS:
if not e in rt:
rt.append(e)
return rt

OWNLIBS=getLibs()+["FS","WiFi"]
Expand Down

0 comments on commit f3c6824

Please sign in to comment.