diff --git a/SConscript b/SConscript new file mode 100644 index 00000000..2a3e11b2 --- /dev/null +++ b/SConscript @@ -0,0 +1,4 @@ +Import("env") + +SConscript(['opendbc/can/SConscript'], exports={'env': env}) +SConscript(['opendbc/dbc/SConscript'], exports={'env': env}) diff --git a/SConstruct b/SConstruct index 7853c0aa..3a1eeffd 100644 --- a/SConstruct +++ b/SConstruct @@ -76,5 +76,4 @@ envCython["LIBS"] = python_libs Export('envCython') -SConscript(['opendbc/can/SConscript']) -SConscript(['opendbc/dbc/SConscript']) \ No newline at end of file +SConscript(['SConscript'])