5 lines
137 B
Python
5 lines
137 B
Python
Import("env")
|
|
|
|
SConscript(['opendbc/can/SConscript'], exports={'env': env})
|
|
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
|