···4848 sharedMinSdk = 26
49495050 // If you are building on Windows, you will need to explicitly set eigenIncludeDir in your
5151- // local.properties file
5252- eigenIncludeDir = project.findProperty('eigenIncludeDir')
5151+ // local.properties file since the default value provided below only makes sense on *nix
5252+ eigenIncludeDir = project.findProperty('eigenIncludeDir') ?: '/usr/include/eigen3'
53535454 // If you're having trouble with a "can't find python" CMake error, you can specify the path to
5555 // Python 3 explicitly in local.properties with a property named "pythonBinary"