Skip to content

Commit 9415151

Browse files
Create libgcc_mock
1 parent 171fda0 commit 9415151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makevars.win.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ all: C_clean
1616
$(SHLIB): $(STATLIB)
1717

1818
$(STATLIB):
19+
mkdir -p $(LIBDIR)/libgcc_mock && touch $(LIBDIR)/libgcc_mock/libgcc_eh.a
20+
1921
# vendoring (Note: to avoid NOTE of "Found the following hidden files and
2022
# directories", .cargo needs to be created here)
2123
if [ "$(VENDORING)" = "yes" ]; then \

0 commit comments

Comments
 (0)