TokTok / jvm-toxcore-c

JVM (Java/Scala/Kotlin) bindings to toxcore
https://toktok.ltd
GNU General Public License v3.0
40 stars 30 forks source link

chore: Fix missing include path to jni_md.h on some systems #98

Closed robinlinden closed 2 years ago

robinlinden commented 2 years ago

Issue introduced in 5003b0d7f0d43289d0883115b6c900bb5c5dfbec.

Turns out jni.h depends on jni_md.h.

The last commit worked locally, but not in aTox CI. This new one is tested both locally and on aTox CI: https://github.com/robinlinden/aTox/runs/4754458665?check_suite_focus=true


This change is Reviewable