Fix building wheels on Windows (#229)

This commit is contained in:
Fangjun Kuang
2023-08-01 13:45:02 +08:00
committed by GitHub
parent 5a549615df
commit c88e672733
4 changed files with 23 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>