summaryrefslogtreecommitdiff
path: root/compiler/cpp/README.md
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-09-04 18:28:25 -0700
committerJames E. King, III <jking@apache.org>2017-09-04 18:28:29 -0700
commit113614b2e5fa60c0666212131155a05a97844691 (patch)
tree0805aece4383e94a43a5c3c2495a7d924f1cf6e4 /compiler/cpp/README.md
parent722f8e95065aa19a1c5d9846f698d52e6d4d82fc (diff)
downloadthrift-113614b2e5fa60c0666212131155a05a97844691.tar.gz
fix flex syntax in compiler readme
Patch: Zhaopin <daishun9@gmail.com> This closes #1332
Diffstat (limited to 'compiler/cpp/README.md')
-rw-r--r--compiler/cpp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md
index 77cb23421..2fff0d846 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>