Skip to content

Commit

Permalink
Do not hardcode CXX to g++
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Dec 6, 2019
1 parent 55ebde4 commit d03435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CXX = g++
CXX ?= g++
CPPFLAGS += -I/usr/local/include -pthread
CXXFLAGS += -std=c++11
LDFLAGS += -L/usr/local/lib -lprotoc -lprotobuf -lpthread -ldl
Expand Down

0 comments on commit d03435f

Please sign in to comment.