Skip to content

Commit

Permalink
SConscript (#1520)
Browse files Browse the repository at this point in the history
* try this

* better

* and that

* fix that
  • Loading branch information
sshane authored Nov 22, 2024
1 parent 551081b commit 3c6e530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Import("env")

SConscript(['opendbc/can/SConscript'], exports={'env': env})
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
3 changes: 1 addition & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ envCython["LIBS"] = python_libs

Export('envCython')

SConscript(['opendbc/can/SConscript'])
SConscript(['opendbc/dbc/SConscript'])
SConscript(['SConscript'])

0 comments on commit 3c6e530

Please sign in to comment.