From c6c3e6f9591064d03f210968784bfc989875c90b Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sun, 24 Apr 2022 18:02:39 +0200 Subject: [PATCH] zstd: only add natives for specific os --- pom.xml | 63 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 64f548b85..3becee1c2 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ - lwjgl-natives-linux-amd64 + natives-linux-amd64 unix @@ -148,11 +148,12 @@ - natives-linux + linux + linux_amd64 - lwjgl-natives-linux-aarch64 + natives-linux-aarch64 unix @@ -160,11 +161,12 @@ - natives-linux-arm64 + linux-arm64 + linux_aarch64 - lwjgl-natives-macos-amd64 + natives-macos-amd64 mac @@ -172,11 +174,12 @@ - natives-macos + macos + darwin_x86_64 - lwjgl-natives-macos-x86_64 + natives-macos-x86_64 mac @@ -184,11 +187,12 @@ - natives-macos + macos + darwin_x64_64 - lwjgl-natives-macos-aarch64 + natives-macos-aarch64 mac @@ -196,11 +200,12 @@ - natives-macos-arm64 + macos-arm64 + darwin_aarch64 - lwjgl-natives-windows-amd64 + natives-windows-amd64 windows @@ -208,11 +213,12 @@ - natives-windows + windows + win_win64 - lwjgl-natives-windows-x86 + natives-windows-x86 windows @@ -220,7 +226,8 @@ - natives-windows-x86 + windows-x86 + win_x86 @@ -248,6 +255,7 @@ 1.6.20 3.3.1 12.3.1 + 4.1.76.Final @@ -352,27 +360,27 @@ org.lwjgl lwjgl - ${lwjgl.natives} + natives-${lwjgl.natives} org.lwjgl lwjgl-glfw - ${lwjgl.natives} + natives-${lwjgl.natives} org.lwjgl lwjgl-openal - ${lwjgl.natives} + natives-${lwjgl.natives} org.lwjgl lwjgl-opengl - ${lwjgl.natives} + natives-${lwjgl.natives} org.lwjgl lwjgl-stb - ${lwjgl.natives} + natives-${lwjgl.natives} org.l33tlabs.twl @@ -443,6 +451,7 @@ com.github.luben zstd-jni 1.5.2-2 + ${zstd.natives} com.github.afester.javafx @@ -456,8 +465,20 @@ io.netty - netty-all - 4.1.75.Final + netty-buffer + ${netty.version} + compile + + + io.netty + netty-transport-native-epoll + ${netty.version} + compile + + + io.netty + netty-handler + ${netty.version} compile