You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure we correctly produce native artifact on macos and linux (java-native-access#8)
Motivation:
We should ensure we can produce a native artifact that works on macos and on linux
Modification:
- Add the correct ldflags
- Delete shared lib so we not link against it.
Result:
Works on macos and linux
0 commit comments