Skip to content

Commit

Permalink
fix(core): make jdk.unsupported a transitive dependency
Browse files Browse the repository at this point in the history
This is required because binding modules now access sun.misc.Unsafe
directly.
  • Loading branch information
Spasi committed Oct 15, 2018
1 parent 4a863b3 commit 41cca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lwjgl/core/src/main/resources/module-info.java
Expand Up @@ -3,7 +3,7 @@
* License terms: https://www.lwjgl.org/license
*/
module org.lwjgl {
requires jdk.unsupported;
requires transitive jdk.unsupported;

exports org.lwjgl;
exports org.lwjgl.system;
Expand Down

0 comments on commit 41cca59

Please sign in to comment.