You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/09/05 01:29:27 UTC

thrift git commit: fix flex syntax in compiler readme Patch: Zhaopin

Repository: thrift
Updated Branches:
  refs/heads/master 722f8e950 -> 113614b2e


fix flex syntax in compiler readme
Patch: Zhaopin <da...@gmail.com>

This closes #1332


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/113614b2
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/113614b2
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/113614b2

Branch: refs/heads/master
Commit: 113614b2e5fa60c0666212131155a05a97844691
Parents: 722f8e9
Author: James E. King, III <jk...@apache.org>
Authored: Mon Sep 4 18:28:25 2017 -0700
Committer: James E. King, III <jk...@apache.org>
Committed: Mon Sep 4 18:28:29 2017 -0700

----------------------------------------------------------------------
 compiler/cpp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/113614b2/compiler/cpp/README.md
----------------------------------------------------------------------
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md
index 77cb234..2fff0d8 100644
--- a/compiler/cpp/README.md
+++ b/compiler/cpp/README.md
@@ -79,7 +79,7 @@ Open compiler.sln and remove the Pre-build commands under the project's
 From a command prompt:
 ```
 cd thrift/compiler/cpp
-flex -osrc\thrift\thriftl.cc src\thrift\thriftl.ll
+flex -o src\thrift\thriftl.cc src\thrift\thriftl.ll
 ```
 In the generated thriftl.cc, comment out #include <unistd.h>