install.bat fixes
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
if not exist build mkdir build
|
||||
cd build && ^
|
||||
cmake -G "CodeBlocks - MinGW Makefiles" .. && ^
|
||||
make install && ^
|
||||
cmake --build . --target install && ^
|
||||
cd ..
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user