frannecki / ladder

A light-weight cross-platform event-driven web server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

mkdir: cannot create directory ‘build’: File exists #4

Closed zoujiaqing closed 2 years ago

zoujiaqing commented 2 years ago

Debian on WSL2

zoujiaqing@BRIAN-LAPTOP:~/projects/ladder$ ./build_cmake.sh
mkdir: cannot create directory ‘build’: File exists

Because the 'BUILD' file and 'build/' directory is case insensitive in wsl2.

frannecki commented 2 years ago

The issue is solved in 0b00351. Thank you :)