Skip to content
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

Remove dependency on uname command #234

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Martomate
Copy link
Contributor

As mentioned in #20 the uname command does not exist on Windows, which means that a program built using sbt-jni cannot be run on Windows.

This PR removes all usages of the uname command from sbt-jni so that it becomes platform independent.

I have verified that the updated NativeLoader works on linux, mac and windows.

Note: this does not mean that the sbt-jni plugin works on Windows (I haven't checked). It only means that the code used to load the native library works there.

@pomadchin
Copy link
Member

The discussion is in #20 atm

Copy link
Member

@pomadchin pomadchin left a comment

Choose a reason for hiding this comment

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

A nice PR! However, could we use uname as the default and fallback to variables in case it's not available?

@Martomate
Copy link
Contributor Author

That sounds like a better solution since it will not break any existing code. I have made another commit now that adds it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants