Skip to content

Commit 699935f

Browse files
Merge pull request #1729 from thesamesam/parallel-fix
native: fix parallel build issue
2 parents 01c7807 + 3fe4cb5 commit 699935f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ TESTDEP=$(TESTLIB:.dll=.lib)
509509
else
510510
TESTDEP=$(TESTLIB)
511511
endif
512-
$(TESTLIB2): $(BUILD)/testlib2.o
512+
$(TESTLIB2): $(BUILD)/testlib2.o $(TESTDEP)
513513
$(LD) $(LDFLAGS) $< $(TESTDEP) $(LIBS)
514514

515515
ifneq ($(DYNAMIC_LIBFFI),true)

0 commit comments

Comments
 (0)