dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for linking against system libraries rather than building from source

Matthewacon opened this issue · comments

To speed up build times, add build flags that allow linking against system provided versions on all dependencies. These flags should only be used when the target is the same as the host.