mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Fixes Android Build issues
Trying to build with the android standalone compiler, and these 2 things were causing errors. I don't know what an equivalent to basename would be, because I don't really know what it does.
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
using namespace nt;
|
||||
|
||||
ATOMIC_STATIC_INIT(Logger)
|
||||
|
||||
Reference in New Issue
Block a user