Skip to content

Commit

Permalink
mono: Move MonoPosixHelper.dll to architecture-specific directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Dec 4, 2023
1 parent 9a98a96 commit ddbef53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mono
Submodule mono updated 1 files
+2 −2 data/config.in
4 changes: 2 additions & 2 deletions mono.make
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libmono.dll libmono-2.0.dll: libmono-2.0-$(1).dll
.PHONY: libmono.dll libmono-2.0.dll

MonoPosixHelper-$(1).dll: $$(BUILDDIR)/mono-$(1)/support/.built
mkdir -p "$$(IMAGEDIR)/lib"
$$(INSTALL_PE_$(1)) "$$(BUILDDIR)/mono-$(1)/support/.libs/libMonoPosixHelper.dll" "$$(IMAGEDIR)/lib/MonoPosixHelper-$(1).dll"
mkdir -p "$$(IMAGEDIR)/lib/$(1)"
$$(INSTALL_PE_$(1)) "$$(BUILDDIR)/mono-$(1)/support/.libs/libMonoPosixHelper.dll" "$$(IMAGEDIR)/lib/$(1)/MonoPosixHelper.dll"
.PHONY: MonoPosixHelper-$(1).dll
imagedir-targets: MonoPosixHelper-$(1).dll

Expand Down

0 comments on commit ddbef53

Please sign in to comment.