summaryrefslogtreecommitdiff
path: root/compiler/cpp/README.md
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-10-01 00:14:14 +0200
committerKonrad Grochowski <hcorg@apache.org>2014-10-01 00:14:14 +0200
commit99b9e1d405c80059e9bf680081501bf729c33a74 (patch)
tree44c2fa67f49ae884f325cd9c1db826d1fbaf9ed2 /compiler/cpp/README.md
parentab3f848dec6fee43650c727014d165929b383e55 (diff)
downloadthrift-99b9e1d405c80059e9bf680081501bf729c33a74.tar.gz
THRIFT-2746: compiler/cpp/README.md updated
Client: Build Patch: Konrad Grochowski Haskell compiler no longer need to be disabled when building with mingw
Diffstat (limited to 'compiler/cpp/README.md')
-rw-r--r--compiler/cpp/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md
index 017617f3b..0e853fba1 100644
--- a/compiler/cpp/README.md
+++ b/compiler/cpp/README.md
@@ -20,11 +20,9 @@ Now open the folder build_ec using eclipse.
### Cross compile using mingw32 and generate a Windows Installer with CPack
mkdir build_mingw32 && cd build_mingw32
- cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake -DTHRIFT_COMPILER_HS=OFF ..
+ cmake -DCMAKE_TOOLCHAIN_FILE=../../../contrib/mingw32-toolchain.cmake ..
cpack
-Haskell uses C++ features not supported by mingw32 such as auto or nullptr, that's why we disable it.
-
## Build on windows
In order to build on windows a few additional steps are necessary: