Skip to content

Commit

Permalink
Fix crash on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 1, 2019
1 parent dea911b commit 6d92a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/building-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Go to ***BuildPath*** and run

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 11bd640ee0
git checkout 950e2922
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down
2 changes: 1 addition & 1 deletion docs/building-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 11bd640ee0
git checkout 950e2922
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down
2 changes: 1 addition & 1 deletion docs/building-xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Go to ***BuildPath*** and run

git clone https://github.com/ton-blockchain/ton.git
cd ton
git checkout 11bd640ee0
git checkout 950e2922
git submodule init
git submodule update third-party/crc32c
mkdir build-debug
Expand Down

0 comments on commit 6d92a93

Please sign in to comment.