From 9934d170197e0a980bc9cdde0fc7c226121d513a Mon Sep 17 00:00:00 2001 From: Mat Mariani Date: Mon, 21 May 2018 11:14:23 -0400 Subject: [PATCH] Update PreBuildEvent scripts for more conditions --- util/vs2017/wren/wren.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/util/vs2017/wren/wren.vcxproj b/util/vs2017/wren/wren.vcxproj index faa20ae8..6c6cf713 100644 --- a/util/vs2017/wren/wren.vcxproj +++ b/util/vs2017/wren/wren.vcxproj @@ -133,8 +133,8 @@ python ../../build_libuv.py -32 mainCRTStartup - python ../../libuv.py download -python ../../libuv.py build -64 + python ../../update_deps.py +python ../../build_libuv.py -64 @@ -159,8 +159,8 @@ python ../../libuv.py build -64 mainCRTStartup - python ../../libuv.py download -python ../../libuv.py build -32 + python ../../update_deps.py +python ../../build_libuv.py -32 @@ -185,8 +185,8 @@ python ../../libuv.py build -32 mainCRTStartup - python ../../libuv.py download -python ../../libuv.py build -64 + python ../../update_deps.py +python ../../build_libuv.py -64