Skip to content

Commit

Permalink
Create libgcc_mock
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jul 8, 2023
1 parent 171fda0 commit 9415151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makevars.win.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ all: C_clean
$(SHLIB): $(STATLIB)

$(STATLIB):
mkdir -p $(LIBDIR)/libgcc_mock && touch $(LIBDIR)/libgcc_mock/libgcc_eh.a

# vendoring (Note: to avoid NOTE of "Found the following hidden files and
# directories", .cargo needs to be created here)
if [ "$(VENDORING)" = "yes" ]; then \
Expand Down

0 comments on commit 9415151

Please sign in to comment.