y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Fix build errors on MacOS #2

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

Description

MacOS doesn't treat jlong and encoded_variable_t (int64_t) as the same type, so we need to explicitly cast between the two. The latest changes in clp also help to remove unnecessary dependencies for MacOS.

Validation performed