1
0
forked from Mirror/wren

Fixed PreBuildEvents on vs2017

This commit is contained in:
Mat Mariani
2018-05-21 01:25:38 -04:00
parent 40c927f440
commit 4957fff584

View File

@ -111,8 +111,8 @@
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<PreBuildEvent>
<Command>python ../../libuv.py download
python ../../libuv.py build -32</Command>
<Command>python ../../update_deps.py
python ../../build_libuv.py -32</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">