Skip to content

Commit 059363f

Browse files
committed
ports/unix: Fix parallel build problem
This is the same as I added to mpy-cross at e666e86, see #3074
1 parent 90a6581 commit 059363f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,5 @@ $(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
318318
$(TOP)/lib/axtls/README:
319319
@echo "You cloned without --recursive, fetching submodules for you."
320320
(cd $(TOP); git submodule update --init --recursive)
321+
322+
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h

0 commit comments

Comments
 (0)