We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d692 commit a561402Copy full SHA for a561402
libiconv_msvc16/libiconv_static/libiconv_static.vcxproj
@@ -177,7 +177,7 @@
177
<ProgramDataBaseFileName>$(IntDir)libiconv_a_debug.pdb</ProgramDataBaseFileName>
178
</ClCompile>
179
<Lib>
180
- <OutputFile>x64\Debug\libiconv_a_debug.lib</OutputFile>
+ <OutputFile>ARM64\Debug\libiconv_a_debug.lib</OutputFile>
181
</Lib>
182
</ItemDefinitionGroup>
183
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -240,7 +240,7 @@
240
<ProgramDataBaseFileName>$(IntDir)libiconv_a.pdb</ProgramDataBaseFileName>
241
242
243
- <OutputFile>x64\Release\libiconv_a.lib</OutputFile>
+ <OutputFile>ARM64\Release\libiconv_a.lib</OutputFile>
244
245
246
<ItemGroup>
0 commit comments