Skip to content

Conversation

@KristofferC
Copy link
Member

@KristofferC KristofferC commented Dec 12, 2025

causes USE_BINARYBUILDER=0 to fail.

@KristofferC KristofferC changed the base branch from master to release-1.12 December 12, 2025 21:00
@KristofferC KristofferC changed the title kc/revert 1.12 release-1.12: Revert "build: More msys2 fixes (#59028)" Dec 12, 2025

$(BUILDDIR)/host/$(EXENAME): $(BUILDDIR)/host/Makefile | ${BUILDDIR}/host/flisp.boot
$(MAKE) -C $(BUILDDIR)/host $(EXENAME)
make -C $(BUILDDIR)/host $(EXENAME)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually should be $(MAKE); if this works as-is on FreeBSD then it must not be getting called there since make is not GNU Make.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh yeah this PR builds and passes all tests on FreeBSD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command-line arguments differ between interpreted and juliac compiled code. Segfault calling invokelatest with zero arguments

3 participants