From 8cdb314c0f4dcc93ac1481ce3efee97132f00c70 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Tue, 16 Feb 2021 19:54:49 +0000 Subject: [PATCH] Return to src root --- build_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_windows.bat b/build_windows.bat index c329185..c0872ec 100644 --- a/build_windows.bat +++ b/build_windows.bat @@ -33,4 +33,4 @@ mkdir winbuild cd winbuild cmake -G Ninja -DCMAKE_C_COMPILER="cl.exe" -DMSVC_TOOLSET_VERSION=190 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../winpath .. ninja install -cd ../.. +cd ..