Skip to content

Commit

Permalink
Try to fix Windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Jun 6, 2024
1 parent 05f0a00 commit 7a299f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BuildWindowsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public override void Run(BuildContext context)
PlatformTarget = PlatformTarget.x64
};
buildSettings.WithProperty("WindowsTargetPlatformVersion", "10.0.17763.0");
buildSettings.WithProperty("PlatformToolset", "v141");
buildSettings.WithProperty("PlatformToolset", "v143");
context.MSBuild("freeimage/FreeImage.2017.sln", buildSettings);
context.CopyFile("freeimage/Dist/x64/Freeimage.dll", $"{context.ArtifactsDir}/FreeImage.dll");
}
Expand Down

0 comments on commit 7a299f7

Please sign in to comment.