We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e6f8a commit 4fee864Copy full SHA for 4fee864
README.md
@@ -35,22 +35,24 @@ following directory & file structure:
35
36
```
37
/natives
38
- /linux_32
+ /linux-x86_32-32
39
libxxx[-vvv].so
40
- /linux_64
+ /linux-x86_64-64
41
42
- /osx_32
+ /osx-x86_32-32
43
libxxx[-vvv].dylib
44
- /osx_64
+ /osx-x86_64-64
45
46
- /windows_32
+ /windows_x86_32-32
47
xxx[-vvv].dll
48
- /windows_64
+ /windows-x86_64-64
49
50
- /aix_32
+ /windows-itanium_64-64
51
+ xxx[-vvv].dll
52
+ /aix_ppc_32-32
53
54
libxxx[-vvv].a
- /aix_64
55
+ /aix_ppc_64-64
56
57
58
0 commit comments