mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
There's a lot of buzz going around the internet about people trying to get ntcore working on other devices. One of the things that makes it harder is having to have a separate jar for each platform. What this change does is if the loading of the extracted library fails, it will attempt to load ntcore from the path. This means that a program like GRIP can just provide the libntcore.so and not have to worry about compiling different versions for different platforms.