win64: fix typo in zstd detection, GH-3

But now it should work, this is fix commit number 3
This commit is contained in:
Bixilon 2022-05-07 13:44:41 +02:00
parent 8584e29c14
commit 8f4f44a7bb
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -219,7 +219,7 @@
</activation> </activation>
<properties> <properties>
<lwjgl.natives>windows</lwjgl.natives> <lwjgl.natives>windows</lwjgl.natives>
<zstd.natives>win_am64</zstd.natives> <zstd.natives>win_amd64</zstd.natives>
<javafx.natives>win</javafx.natives> <javafx.natives>win</javafx.natives>
</properties> </properties>
</profile> </profile>