From 23fa47491282b50ffd73dbc0583ac08778932db0 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Mon, 2 May 2022 19:24:17 +0800 Subject: [PATCH] Fix comment --- src/components/cronet/native/sample/bidi_example.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/cronet/native/sample/bidi_example.cc b/src/components/cronet/native/sample/bidi_example.cc index 5f96646ab2..f72505e4bf 100644 --- a/src/components/cronet/native/sample/bidi_example.cc +++ b/src/components/cronet/native/sample/bidi_example.cc @@ -2,11 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// ninja -C out/Release cronet -// g++ components/cronet/native/sample/bidi_example.cc -I -// components/cronet/native/generated -I components/cronet/native/include -I -// components/grpc_support/include/ out/Release/libcronet.100.0.4896.60.so -// LD_LIBRARY_PATH=out/Release ./a.out +// g++ bidi_example.cc libcronet.100.0.4896.60.so +// LD_LIBRARY_PATH=$PWD ./a.out #include #include #include