-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Correct shared library suffix on macOS #158
Conversation
Signed-off-by: Keith W. Campbell <[email protected]>
I'm not sure why we need this or what side affects it might have. There is no failure in the head stream. |
String nativeExt; | ||
if (PlatformFinder.isOSX()) { | ||
nativeExt = ".dylib"; | ||
} else if (PlatformFinder.isWindows()) { |
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.
The whole block is inside !PlatformFinder.isWindows()
so checking PlatformFinder.isWindows()
doesn't seem useful.
This change breaks the test on Mac. I will revert it. |
Reverted via #159 |
This change was incomplete. I'll create a proper replacement shortly. |
Pls make new changes as draft until they are tested. |
Should fix failure seen in https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.system_aarch64_mac_Release/86.