-
Notifications
You must be signed in to change notification settings - Fork 408
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
Allow multiple Scala Native versions #502
Conversation
@lolgab I've never been able to successfully run (I realize it's not your job to help debug my Scala Native problems, but for me to do a release with Scala Native I need to get this working. I did follow the Scala Native instructions.) I can build fine:
But when I go to run
|
Did you try to install xcode clang?
I am on a Mac Mojave machine and it works. |
I do have the command line tools installed:
(EDIT: according to Software Update I am up-to-date.) |
Update: I got the native build working on my other computer. I'm going to confirm that this works locally and then I'll be happy to merge. Thanks for bearing with me. (I still can't figure out why it doesn't work on the first computer, which is frustrating.) |
Don't forget to publish for 0.3.9 and 0.4.0-M2 using the environment variable if you do :) |
Just confirmed again that this PR works locally (on my machine that is able to run Scala Native). |
This change allows multiple versions of Scala Native.