Export $CC and $CXX to uv and V8's build systems
authorRyan Dahl <ry@tinyclouds.org>
Thu, 7 Jul 2011 18:46:02 +0000 (11:46 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 7 Jul 2011 18:53:59 +0000 (11:53 -0700)
commit6b78b6bf72cd7c09280804f48831dbaa53931bbe
tree36d01c071354609cbdfff74cc4f5be9c39d205f4
parent8a9fdedc9e89f050974ba379468d8b4abfcea5d5
Export $CC and $CXX to uv and V8's build systems

Now you can compile with clang by doing

  make distclean
  CC=clang CXX=clang++ ./configure
  make
wscript