bump submodules, fix swaglog (#23943)

This commit is contained in:
George Hotz
2022-03-10 18:30:25 -08:00
committed by GitHub
parent 4f8ff154f3
commit 107156cd58
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -171,8 +171,8 @@ if arch != "Darwin":
ldflags += ["-Wl,--as-needed", "-Wl,--no-undefined"]
# Enable swaglog include in submodules
cflags += ["-DSWAGLOG"]
cxxflags += ["-DSWAGLOG"]
cflags += ['-DSWAGLOG="\\"selfdrive/common/swaglog.h\\""']
cxxflags += ['-DSWAGLOG="\\"selfdrive/common/swaglog.h\\""']
env = Environment(
ENV=lenv,
+1 -1
Submodule cereal updated: 7e9837f768...279311d0bd