mirror of
https://github.com/golang/go
synced 2024-11-21 20:44:39 -07:00
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
Block a user