bump opendbc + scons cleanup

old-commit-hash: ca37feb6b1
This commit is contained in:
Adeeb Shihadeh
2020-11-26 16:14:02 -08:00
parent 98a3cabdf2
commit 7f8aa45ee7
2 changed files with 3 additions and 8 deletions

View File

@@ -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"]

Submodule opendbc updated: 244e8807df...699dc63a88