8000 ports/unix: Fix parallel build problem · kmatch98/circuitpython@059363f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 059363f

Browse files
committed
ports/unix: Fix parallel build problem
This is the same as I added to mpy-cross at e666e86, see adafruit#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)
0