Skip to content

Commit 4fee864

Browse files
committed
Update readme to reflect the changes in the code.
1 parent 11e6f8a commit 4fee864

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,24 @@ following directory & file structure:
3535

3636
```
3737
/natives
38-
/linux_32
38+
/linux-x86_32-32
3939
libxxx[-vvv].so
40-
/linux_64
40+
/linux-x86_64-64
4141
libxxx[-vvv].so
42-
/osx_32
42+
/osx-x86_32-32
4343
libxxx[-vvv].dylib
44-
/osx_64
44+
/osx-x86_64-64
4545
libxxx[-vvv].dylib
46-
/windows_32
46+
/windows_x86_32-32
4747
xxx[-vvv].dll
48-
/windows_64
48+
/windows-x86_64-64
4949
xxx[-vvv].dll
50-
/aix_32
50+
/windows-itanium_64-64
51+
xxx[-vvv].dll
52+
/aix_ppc_32-32
5153
libxxx[-vvv].so
5254
libxxx[-vvv].a
53-
/aix_64
55+
/aix_ppc_64-64
5456
libxxx[-vvv].so
5557
libxxx[-vvv].a
5658
```

0 commit comments

Comments
 (0)