Skip to content

Commit 501a33c

Browse files
authored
correct resources path in docs for compiling lib yourself (#105)
1 parent fa86175 commit 501a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compile-argon2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
5. Set the Java system property `jna.library.path` to the directory where your library is stored. Example: The library is located in `/home/moe/tmp/phc-winner-argon2/libargon2.so`. Start your Java application with `-Djna.library.path=/home/moe/tmp/phc-winner-argon2/`
88
6. If it doesn't work, set the Java system property `jna.debug_load` to `true`. This will print JNA library lookup details to the console. Example: `-Djna.debug_load=true`
99

10-
You can make it available to JNA by placing them under your `resources/{OS}_{ARCH}`. In this case you don't need to use any extra system property.
10+
You can make it available to JNA by placing them under your `resources/{OS}-{ARCH}`. In this case you don't need to use any extra system property.
1111
Check the [JNA getting started guide](https://github.com/java-native-access/jna/blob/master/www/GettingStarted.md) for details.
1212

1313
## Install it on your local system

0 commit comments

Comments
 (0)