Skip to content

Commit

Permalink
monodx: Build FixupConstructors before Microsoft.DirectX.
Browse files Browse the repository at this point in the history
This will be needed in a future version of monoDX for the constant
Vector2D.Empty property.
  • Loading branch information
madewokherd committed Dec 7, 2024
1 parent 79059d6 commit b8acd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monodx.make
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(SRCDIR)/monoDX/FixupConstructors/.built: $(BUILDDIR)/mono-unix/.installed $(MO
+$(MONO_ENV) $(MAKE) -C $(@D) MONO_CECIL_DLL=$(BUILDDIR_ABS)/mono-unix-install/lib/mono/gac/Mono.Cecil/0.11.1.0__0738eb9f132ed756/Mono.Cecil.dll
touch $@

$(SRCDIR)/monoDX/Microsoft.DirectX/.built: $(BUILDDIR)/mono-unix/.installed $(MONODX_SRCS)
$(SRCDIR)/monoDX/Microsoft.DirectX/.built: $(BUILDDIR)/mono-unix/.installed $(MONODX_SRCS) $(SRCDIR)/monoDX/FixupConstructors/.built
+$(MONO_ENV) $(MAKE) -C $(@D)
touch $@

Expand Down

0 comments on commit b8acd4f

Please sign in to comment.