devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

wut-toolchain: Properly escape include/lib paths #62

Closed CreeperMario closed 6 years ago

CreeperMario commented 6 years ago

This allows WUT to successfully operate within a path that contains spaces.

I discovered this when I was attempting to build my current project on Windows, in which my home directory contains spaces. (that was a good idea, eh?)