noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

check all project folders to find error matched file #557

Open rpuntaie opened 6 years ago

rpuntaie commented 6 years ago

With atom-build-waf and some wscript_build builds in sub folders, it failed to open the file. Instead there was a warning, the file does not exist. There is a similar problem AtomBuild/atom-build-make#21

With this change, if one adds the subfolder to the project, the file can be found.