Skip to content

Commit

Permalink
README.md.in: add missing arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Feb 1, 2019
1 parent 03450ed commit 5ee92da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,4 @@ static class FileUtils
}
}
}
```
```
3 changes: 2 additions & 1 deletion README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Because the native APIs are different per platform (e.g. linux-arm64 vs linux-x6

* linux x64 glibc
* linux arm64 glibc
* linux arm32 glibc

## Using this package

Expand Down Expand Up @@ -188,4 +189,4 @@ static class FileUtils
}
}
}
```
```

0 comments on commit 5ee92da

Please sign in to comment.