wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Specify CC or CXX for generated Makefile #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Gyp does not supports other way of specifying CC, CXX or whatever for the 
project rather than creating specialy shell script with `export CC=...` which 
is not always acceptable. Need to be able to specify CC, CXX or whatever inside 
of gyp file.

Original issue reported on code.google.com by vvavryc...@gmail.com on 28 Dec 2010 at 7:20

GoogleCodeExporter commented 9 years ago
make_global_settings supports this now. See build/common.gypi in the chromium 
tree for an example.

Original comment by thakis@chromium.org on 21 Sep 2012 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@chromium.org on 8 Jun 2014 at 4:47