Skip to content

Commit bf97e46

Browse files
authored
Fix silly mistake in build.cmd
1 parent e3e0f88 commit bf97e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if not %ERRORLEVEL%==0 (
88
goto End
99
)
1010
if [%1]==[] (
11-
msbuild jemalloc\msvc\projects\vc2017\jemalloc\jemalloc.vcxproj /p:Configuration=Debug /p:Platform=x64
11+
msbuild jemalloc.NET.sln /p:Configuration=Benchmark /p:Platform=x64
1212
) else (
1313
msbuild jemalloc.NET.sln /p:Configuration=Benchmark /p:Platform=x64;%*
1414
)

0 commit comments

Comments
 (0)