Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
"W" should be upper case.
  • Loading branch information
kou committed May 20, 2013
1 parent 23fd56b commit aeaaf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/build-64.bat
@@ -1,7 +1,7 @@
rmdir /S /Q build-64
mkdir build-64
cd build-64
cmake ..\source -G "Visual Studio 10 win64" > config.log
cmake ..\source -G "Visual Studio 10 Win64" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
Expand Down

0 comments on commit aeaaf30

Please sign in to comment.