Skip to content

Commit

Permalink
Don't force AppVeyor to build for a static C/C++ runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
henricj committed Oct 17, 2018
1 parent 4bf986d commit b25931a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions win/top.proj
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
DefaultTargets="Build" ToolsVersion="15.0">
<PropertyGroup>
<!-- Temporary AppVeyor duct tape -->
<StaticRuntime Condition=" '$(APPVEYOR)'=='true' ">true</StaticRuntime>
</PropertyGroup>
<Import Project="audacity.props" />
<Import Project="wx-defs.props" />
<PropertyGroup>
Expand Down

0 comments on commit b25931a

Please sign in to comment.