We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedf73e commit 341d29eCopy full SHA for 341d29e
1 file changed
src/OpenWithEx.vcxproj
@@ -25,7 +25,7 @@
25
<_DefToLib Include="defs\Win64\*.def" />
26
</ItemGroup>
27
<Target Name="_GenerateDefLib" BeforeTargets="Link" Inputs="@(_DefToLib)" Outputs="@(_DefToLib->'$(IntDir)%(Filename).lib')">
28
- <Exec Command="lib /nologo /def:"%(_DefToLib.Identity)" /machine:$(PlatformTargetAsMSBuildArchitecture) /out:"$(IntDir)%(Filename).lib"" />
+ <Exec Command="lib /nologo /def:"%(_DefToLib.Identity)" /machine:$(PlatformShortName) /out:"$(IntDir)%(Filename).lib"" />
29
</Target>
30
<PropertyGroup>
31
<_GeneratedLibs>@(_DefToLib->'%(Filename).lib')</_GeneratedLibs>
0 commit comments