aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-18 22:51:14 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-05-18 22:51:15 +0200
commitf66e0fa0e8cdd39ca9561f72759377db468f94b7 (patch)
tree0faeebb056d05f6891453586942b4b62ac6f8d7c /launcher/Application.h
parentb2878dca1d129dbd76c60881df22c2e65c7ae26c (diff)
downloadPrismLauncher-f66e0fa0e8cdd39ca9561f72759377db468f94b7.tar.gz
PrismLauncher-f66e0fa0e8cdd39ca9561f72759377db468f94b7.tar.bz2
PrismLauncher-f66e0fa0e8cdd39ca9561f72759377db468f94b7.zip
fix: support split natives
Mojang introduced a new structure for natives, notably for LWJGL. Now instead of using the `natives` structure of the version format, Mojang chose to create a seperate library entry for each platform, which uses the `rules` structure to specify the platform. These new split natives carry the same groupId and artifactId, as the main library, but have an additional classifier, like `natives-linux`. When comparing GradleSpecifiers we don't look at the classifier, so when the launcher sees an artifact called `org.lwjgl:lwjgl:3.3.1` and right after that an artifact called `org.lwjgl:lwjgl:3.3.1:natives-linux`, it will treat it as "already added" and forget it. This change will include the classifier in that comparison.
Diffstat (limited to 'launcher/Application.h')
0 files changed, 0 insertions, 0 deletions