mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
fix macos build: add macos natives for x86_64
This commit is contained in:
parent
15b3506a1e
commit
56259bfa70
12
pom.xml
12
pom.xml
@ -175,6 +175,18 @@
|
|||||||
<lwjgl.natives>natives-macos</lwjgl.natives>
|
<lwjgl.natives>natives-macos</lwjgl.natives>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>lwjgl-natives-macos-x86_64</id>
|
||||||
|
<activation>
|
||||||
|
<os>
|
||||||
|
<family>mac</family>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
</os>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<lwjgl.natives>natives-macos</lwjgl.natives>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>lwjgl-natives-macos-aarch64</id>
|
<id>lwjgl-natives-macos-aarch64</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user