Fix comment

This commit is contained in:
klzgrad 2022-05-02 19:24:17 +08:00
parent 17429513b5
commit 23fa474912

View File

@ -2,11 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// ninja -C out/Release cronet // g++ bidi_example.cc libcronet.100.0.4896.60.so
// g++ components/cronet/native/sample/bidi_example.cc -I // LD_LIBRARY_PATH=$PWD ./a.out
// 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
#include <atomic> #include <atomic>
#include <iostream> #include <iostream>
#include <string> #include <string>