I'm trying to build everything (including the tensorflow binaries) locally, to look into eager gradient tapes (i.e. how javacpp handles
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/eager/tape.h). However, during the bazel build, I get `api-ms-win-crt-locale-l1-1-0.dll: cannot open shared object file: No such file or directory`. However, api-ms-win-crt-locale-l1-1-0.dll exists in `C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64` and is registered in the registry. Anyone have any hints?