Skip to content

Commit

Permalink
arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Dec 29, 2024
1 parent ed946fd commit 91877ed
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,31 +430,7 @@
</os>
</activation>
<properties>
<lwjgl.natives>natives-windows</lwjgl.natives>
</properties>
</profile>
<profile>
<id>linux-x86</id>
<activation>
<os>
<family>Linux</family>
<arch>x86</arch>
</os>
</activation>
<properties>
<lwjgl.natives>natives-linux-x86</lwjgl.natives>
</properties>
</profile>
<profile>
<id>linux-amd64</id>
<activation>
<os>
<family>Linux</family>
<arch>amd64</arch>
</os>
</activation>
<properties>
<lwjgl.natives>natives-linux-amd64</lwjgl.natives>
<lwjgl.natives>natives-windows-${os.arch}</lwjgl.natives>
</properties>
</profile>
<profile>
Expand All @@ -465,7 +441,7 @@
</os>
</activation>
<properties>
<lwjgl.natives>natives-linux</lwjgl.natives>
<lwjgl.natives>natives-linux-arm64</lwjgl.natives>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 91877ed

Please sign in to comment.