mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Forcing make test to use /usr/bin/perl instead of the perl from the path.
This is required since we could be picking up Perl from /opt/paparazzi/bin/perl which won't have the required modules installed.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
Q = @
|
||||
PERL = perl
|
||||
PERL = /usr/bin/perl
|
||||
TEST_VERBOSE = 0
|
||||
ifeq ($(TARGET_BOARD),)
|
||||
TARGET_BOARD = *
|
||||
|
||||
Reference in New Issue
Block a user