fix missing QCOM_REPLAY import in cereal SConscript

This commit is contained in:
Adeeb Shihadeh 2021-01-30 17:20:13 -08:00
parent 4e8914f0c2
commit 29cec9b8cc
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ env = Environment(
tools=["default", "cython"]
)
Export('env', 'zmq', 'arch')
QCOM_REPLAY = False
Export('env', 'zmq', 'arch', 'QCOM_REPLAY')
cereal = [File('#cereal/libcereal.a')]
messaging = [File('#cereal/libmessaging.a')]