mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
remove QCOM_REPLAY
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Import('env', 'envCython', 'arch', 'QCOM_REPLAY')
|
||||
Import('env', 'envCython', 'arch')
|
||||
|
||||
import shutil
|
||||
|
||||
@@ -54,7 +54,7 @@ vipc_sources = [
|
||||
'visionipc/visionbuf.cc',
|
||||
]
|
||||
|
||||
if arch in ["aarch64", "larch64"] and (not QCOM_REPLAY):
|
||||
if arch in ["aarch64", "larch64"]:
|
||||
vipc_sources += ['visionipc/visionbuf_ion.cc']
|
||||
else:
|
||||
vipc_sources += ['visionipc/visionbuf_cl.cc']
|
||||
|
||||
@@ -55,8 +55,7 @@ env = Environment(
|
||||
tools=["default", "cython"]
|
||||
)
|
||||
|
||||
QCOM_REPLAY = False
|
||||
Export('env', 'arch', 'QCOM_REPLAY')
|
||||
Export('env', 'arch')
|
||||
|
||||
envCython = env.Clone(LIBS=[])
|
||||
envCython["CCFLAGS"] += ["-Wno-#warnings", "-Wno-deprecated-declarations"]
|
||||
|
||||
Reference in New Issue
Block a user