File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ INCDIR += $(BUILDDIR)/ubx_msgs/include
44
55$(BUILDDIR ) /ubx_msgs.mk : $(GPS_MODULE_DIR ) /ubx_parser
66 rm -rf $(BUILDDIR ) /ubx_msgs
7- python $(GPS_MODULE_DIR ) /ubx_parser/ubx_pdf_csv_parser.py $(addprefix --build=,$(UBX_MESSAGES_ENABLED ) ) $(BUILDDIR ) /ubx_msgs
7+ python2 $(GPS_MODULE_DIR ) /ubx_parser/ubx_pdf_csv_parser.py $(addprefix --build=,$(UBX_MESSAGES_ENABLED ) ) $(BUILDDIR ) /ubx_msgs
88 find $(BUILDDIR ) /ubx_msgs/src -name " *.c" | xargs echo CSRC += > $(BUILDDIR ) /ubx_msgs.mk
99
1010ifneq ($(MAKECMDGOALS ) ,clean)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ INCDIR += $(BUILDDIR)/dsdlc/include
1212
1313$(BUILDDIR ) /dsdlc.mk : $(foreach dsdl_dir,$(wildcard $(DSDL_NAMESPACE_DIRS ) ) ,$(shell find $(dsdl_dir ) ) )
1414 rm -rf $(BUILDDIR ) /dsdlc
15- python $(UAVCAN_MODULE_DIR ) /canard_dsdlc/canard_dsdlc.py $(addprefix --build=,$(MESSAGES_ENABLED ) ) $(DSDL_NAMESPACE_DIRS ) $(BUILDDIR ) /dsdlc
15+ python2 $(UAVCAN_MODULE_DIR ) /canard_dsdlc/canard_dsdlc.py $(addprefix --build=,$(MESSAGES_ENABLED ) ) $(DSDL_NAMESPACE_DIRS ) $(BUILDDIR ) /dsdlc
1616 find $(BUILDDIR ) /dsdlc/src -name " *.c" | xargs echo CSRC += > $(BUILDDIR ) /dsdlc.mk
1717
1818ifneq ($(MAKECMDGOALS ) ,clean)
You can’t perform that action at this time.
0 commit comments