harelang
harelang copied to clipboard
build error
doesnt build
$ make
make: hare-arch.sh: Command not found
Makefile:11: makefiles/darwin..mk: No such file or directory
make: *** No rule to make target `makefiles/darwin..mk'. Stop.
2$
i was able to build it by linking/copying hare-build.sh as in darwin build task;
https://github.com/hshq/harelang/blob/49d0fd022884099592ed284084fca2d60c68a98d/.builds/darwin.yml#L16-L19
You can get around this currently by modifying the ARCH variable here and just hardcode it to be your correct system architecture.
The Makefile for darwin.aarch64 is currently broken as far as I can tell so you may have issues after that.