diff --git a/SConstruct b/SConstruct index df9d0a9..7ad7f2f 100644 --- a/SConstruct +++ b/SConstruct @@ -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')]