mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 15:41:41 +03:00
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.
This commit is contained in:
parent
b54c0c2925
commit
15da5f5d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue