Skip to content

Commit

Permalink
Oops, fix 32-bit compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Oct 25, 2014
1 parent dbcdcc1 commit e1067ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libuv/libuv.vcxproj
Expand Up @@ -38,7 +38,6 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSdk_71A_ExecutablePath);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);</ExecutablePath>
<IntDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
Expand Down

0 comments on commit e1067ce

Please sign in to comment.