0xdeit / vulkan_boilerplate

Simple Vulkan Boilerplate based on the Vulkan Tutorial
MIT License
2 stars 0 forks source link

Default build directory has weird name on WSL2 #1

Closed 0xdeit closed 4 years ago

0xdeit commented 4 years ago

When running setup_debug_clang.sh from WSL 2 Ubuntu 20.04, the build directory appears like this: 'debug_clang'$'\r' when it should simply be debug_clang.

0xdeit commented 4 years ago

This issue is related to the way DOS and Unix differ in handling line-endings. Behavior happens when working in a Windows directory (/mnt/c/...) from WSL and running ./setup_debug_clang.sh Project should be able to be built if you run sh setup_debug_clang.sh.