mirror of https://github.com/commaai/openpilot.git
bump submodules, fix swaglog (#23943)
This commit is contained in:
parent
4f8ff154f3
commit
107156cd58
|
@ -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,
|
||||
|
|
2
cereal
2
cereal
|
@ -1 +1 @@
|
|||
Subproject commit 7e9837f768dd24d9f56edb450926c76f7f259aa6
|
||||
Subproject commit 279311d0bde60e814a697da22c55c6abe8a3b03c
|
|
@ -1 +1 @@
|
|||
Subproject commit dec99a0f77328f7a9f104020d98d7227345d1288
|
||||
Subproject commit 94066cb2b4ad5f2bcb8e33ce02fe15a73a00aace
|
|
@ -1 +1 @@
|
|||
Subproject commit 5b526a8e00bdc1c3922be470af1602cf9dc72dde
|
||||
Subproject commit 7663289f1e68860f53dc34337ef080dde69a2586
|
Loading…
Reference in New Issue