bump opendbc + scons cleanup

old-commit-hash: ca37feb6b1
commatwo_master
Adeeb Shihadeh 4 years ago
parent 98a3cabdf2
commit 7f8aa45ee7
  1. 9
      SConstruct
  2. 2
      opendbc

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

@ -1 +1 @@
Subproject commit 244e8807df75feb88c0fe825569bcd87409bd250
Subproject commit 699dc63a881923661c1081b7b98ae600545d0f2f
Loading…
Cancel
Save