-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues compiling locally on MacOS #78
Comments
Maybe you have a new version of the |
Ah, looks like that did the trick. I was a bit thrown off by there being no evident compilation step -- if I understand correctly, we're piggybacking off of |
Yeah, most of the time. |
Makes sense, thanks! |
I’ve been looking into the TS langs codebase to see how we can allow for
local compilation of abritrary repos (as opposed to limiting ourselves
to the submodules). However, I appear to be unable to compile languages
locally via
script/compile
, it seems to run generate/test and thenexit without emitting any dylibs:
Is MacOS simply unsupported right now, or is something going wrong here?
The text was updated successfully, but these errors were encountered: