If I do:
export CXX=clang++-3.8
bf
Then the executable used in build.ninja is still clang. Am I doing something wrong? Is there a way I could use the value of CXX in by build.fox file in order to do something like cxx = $CXX? Or could it be handled by buildfox?
If I do:
Then the executable used in
build.ninjais stillclang. Am I doing something wrong? Is there a way I could use the value of CXX in bybuild.foxfile in order to do something likecxx = $CXX? Or could it be handled by buildfox?