Skip to content

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