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

Updated search order for ARM libraries. #69

Merged
merged 3 commits into from
Mar 9, 2016

Conversation

mnlipp
Copy link
Contributor

@mnlipp mnlipp commented Mar 4, 2016

Fixes #47.

@@ -139,7 +139,21 @@ private void loadResource(File resource) {
if(!resource.canRead())
throw new RuntimeException("Cant open JNI file: "+resource.getAbsolutePath());
//System.out.println("Loading: "+resource.getAbsolutePath());
try {
System.out.println("Going to load " + resource + ". Hit return...");
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think anybody wants System.out being used in the productive code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, of course I wanted to submit only the change of line 43. I had forgotten about the extra debug code still being there and it wasn't in my editor windows (those are always too small) so I overlooked it when committing.

@mnlipp mnlipp mentioned this pull request Mar 4, 2016
@MrDOS
Copy link
Contributor

MrDOS commented Mar 7, 2016

LGTM.

madhephaestus added a commit that referenced this pull request Mar 9, 2016
Updated search order for ARM libraries. Thanks!!
@madhephaestus madhephaestus merged commit 3065712 into NeuronRobotics:master Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants