mirror of https://github.com/golang/go.git
cc: use "cpp" anywhere in path, not "/bin/cpp"
R=rsc CC=golang-dev https://golang.org/cl/206077
This commit is contained in:
parent
760e9c2e90
commit
0b4d8c19af
|
|
@ -32,7 +32,7 @@
|
|||
#include "y.tab.h"
|
||||
|
||||
#ifndef CPP
|
||||
#define CPP "/bin/cpp"
|
||||
#define CPP "cpp"
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue