-
Notifications
You must be signed in to change notification settings - Fork 151
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
Auto detect JAVA_HOME on Linux #546
Conversation
My black formatter seemed to make some unnecessary changes. |
Makefile
Outdated
$(PYTHON) $(SETUP) uninstall | ||
|
||
.PHONY: all build clean install uninstall | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer if we didn't include the Makefile as I don't think @bsteffensmeier or myself will ever test or maintain it to make sure it still works. Also I believe with newer versions of setuptools we're no longer supposed to call python setup.py target
and this is one more thing we'd have to maintain as we shift away from that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the Makefile and .gitignore changes.
Thanks Nate. |
Thanks for the contribution! |
By tracking the link to javac we can find the actual path and set it to JAVA_HOME.