We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171fda0 commit 9415151Copy full SHA for 9415151
src/Makevars.win.in
@@ -16,6 +16,8 @@ all: C_clean
16
$(SHLIB): $(STATLIB)
17
18
$(STATLIB):
19
+ mkdir -p $(LIBDIR)/libgcc_mock && touch $(LIBDIR)/libgcc_mock/libgcc_eh.a
20
+
21
# vendoring (Note: to avoid NOTE of "Found the following hidden files and
22
# directories", .cargo needs to be created here)
23
if [ "$(VENDORING)" = "yes" ]; then \
0 commit comments