mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
only build camera test on pc
old-commit-hash: 6bbea8080eaaeb6413ed098abf6d0226c6841282
This commit is contained in:
@@ -14,7 +14,7 @@ if arch == "larch64":
|
||||
cameras,
|
||||
], LIBS=libs)
|
||||
|
||||
if GetOption("test"):
|
||||
if GetOption("test") and arch == "x86_64":
|
||||
env.Program('test/ae_gray_test', [
|
||||
'test/ae_gray_test.cc',
|
||||
'cameras/camera_common.cc',
|
||||
|
||||
Reference in New Issue
Block a user