timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Expanding $OSTYPE linux-gnu to include linux-gnueabihf #30

Closed jairobjunior closed 4 years ago

jairobjunior commented 4 years ago

The OS linux-gnueabihf also has the same folder directory.

I am adding * to the end of if [[ "$OSTYPE" == "linux-gnu"* ]]; then so osdir=linux can be picked up.

timob commented 4 years ago

Looks good, thanks for improving the package!