diff --git a/marketmaker_build_etomic.cmd b/marketmaker_build_etomic.cmd index 48b879666..2b8f9a02d 100644 --- a/marketmaker_build_etomic.cmd +++ b/marketmaker_build_etomic.cmd @@ -10,7 +10,7 @@ echo [#2] Prepare build etomic needed things ... git submodule update --init --recursive cd cpp-ethereum call scripts\install_deps.bat -cd . +cd .. mkdir build_win64_release cd build_win64_release cmake .. -G "Visual Studio 14 2015 Win64" -DMM_VERSION="%APPVEYOR_BUILD_VERSION%"