Skip to content

Commit

Permalink
Rename larch64 to agnos-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Aug 2, 2023
1 parent 7be901d commit c0bd64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ vipc_sources = [
'visionipc/visionbuf.cc',
]

if target == "larch64":
if target == "agnos-aarch64":
vipc_sources += ['visionipc/visionbuf_ion.cc']
else:
vipc_sources += ['visionipc/visionbuf_cl.cc']
Expand Down

0 comments on commit c0bd64d

Please sign in to comment.