Running build.ninja using the -f flag in ninja from any other directory other than the directory it was originally configured in fails as it can't find the referenced includes. For example:
This fixes that, but it might be worth hiding this behind another command line argument, like --portable, as it does make resulting build files look ugly.
Running build.ninja using the -f flag in ninja from any other directory other than the directory it was originally configured in fails as it can't find the referenced includes. For example:
This fixes that, but it might be worth hiding this behind another command line argument, like --portable, as it does make resulting build files look ugly.