aboutsummaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorBai <ShuangxueBai@users.noreply.github.com>2016-08-28 13:51:57 +0800
committerJason Evans <jasone@canonware.com>2016-09-26 15:35:30 -0700
commit15da5f5d9d0e44cceb66bb13fad969d51145a616 (patch)
tree9e93f2d57babf9670b3cde1cdb3e29e646d9fedc /msvc
parentb54c0c2925fd5acd63fd3957aa9e177c3fd8d27f (diff)
downloadjemalloc-15da5f5d9d0e44cceb66bb13fad969d51145a616.tar.gz
Readme.txt error for building in the Windows
The command can't work using sh -C sh -c "./autogen.sh CC=cl --enable-lazy-lock=no". Change the position of the colon, the command of autogen work.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/ReadMe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/ReadMe.txt b/msvc/ReadMe.txt
index 02b97f7..b1c2fc5 100644
--- a/msvc/ReadMe.txt
+++ b/msvc/ReadMe.txt
@@ -17,7 +17,7 @@ How to build jemalloc for Windows
(note: x86/x64 doesn't matter at this point)
5. Generate header files:
- sh -c "./autogen.sh CC=cl --enable-lazy-lock=no"
+ sh -c "./autogen.sh" CC=cl --enable-lazy-lock=no
6. Now the project can be opened and built in Visual Studio:
msvc\jemalloc_vc2015.sln