Update submodule and fix ARM builds.

This commit is contained in:
Pieter-Jan Briers
2020-06-08 23:36:12 +02:00
parent 0a7f80653a
commit 4ebba74b1f
10 changed files with 72 additions and 74 deletions

View File

@@ -28,6 +28,9 @@ https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<Target Name="Build">
<Exec Command="$(Python) git_helper.py" CustomErrorRegularExpression="^Error" />
</Target>