fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
536 stars 143 forks source link

Add s390x support #114

Open skribm9 opened 3 years ago

skribm9 commented 3 years ago

To support leveldb-jni jar on s390x platform, some changes are made in pom.xml to add s390x as target platform. I have also added a target folder where the jni jar could be created. To support build on s390x, I have also pushed a PR on leveldb PR. Please suggest if any other change is required.