fix macos build: add macos natives for x86_64

This commit is contained in:
Bixilon 2021-11-30 00:35:53 +01:00
parent 15b3506a1e
commit 56259bfa70
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

12
pom.xml
View File

@ -175,6 +175,18 @@
<lwjgl.natives>natives-macos</lwjgl.natives>
</properties>
</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>
<id>lwjgl-natives-macos-aarch64</id>
<activation>