diff --git a/SConstruct b/SConstruct index 758d494f3b..e9f80b7d29 100644 --- a/SConstruct +++ b/SConstruct @@ -1,5 +1,3 @@ -import Cython -import distutils import os import shutil import subprocess @@ -19,10 +17,6 @@ AddOption('--asan', action='store_true', help='turn on ASAN') -# Rebuild cython extensions if python, distutils, or cython change -cython_dependencies = [Value(v) for v in (sys.version, distutils.__version__, Cython.__version__)] -Export('cython_dependencies') - real_arch = arch = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip() if platform.system() == "Darwin": arch = "Darwin" @@ -188,9 +182,10 @@ env = Environment( CXXFLAGS=["-std=c++1z"] + cxxflags, LIBPATH=libpath + [ "#cereal", + "#phonelibs", + "#opendbc/can", "#selfdrive/boardd", "#selfdrive/common", - "#phonelibs", ], CYTHONCFILESUFFIX=".cpp", tools=["default", "cython"] diff --git a/opendbc b/opendbc index 244e8807df..699dc63a88 160000 --- a/opendbc +++ b/opendbc @@ -1 +1 @@ -Subproject commit 244e8807df75feb88c0fe825569bcd87409bd250 +Subproject commit 699dc63a881923661c1081b7b98ae600545d0f2f