Open khiner opened 9 months ago
Executing the build instructions fails because a file named BUILD already exists at the project root:
BUILD
$ mkdir -p build && cd build mkdir: build: File exists
Oh... which OS are you on? It seems you are in a case-sensitive filesystem? But fair, it should work regardles...
Executing the build instructions fails because a file named
BUILD
already exists at the project root: