diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-07-30 00:05:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 00:05:38 -0400 |
commit | 71a3b245293cef5beae93cb6c95f6a883855bcd0 (patch) | |
tree | a755db51b0c634012278dd5fe34c01d79ecd5013 | |
parent | a1f39922c485ab28abecf9e90cccbaa80bd7e406 (diff) | |
download | servo-71a3b245293cef5beae93cb6c95f6a883855bcd0.tar.gz servo-71a3b245293cef5beae93cb6c95f6a883855bcd0.zip |
Fix deployment condition for debug arm64 GStreamer DLL.
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 94c956d6c2d..fab0df1ad0e 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -285,7 +285,7 @@ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll"> - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> @@ -1155,4 +1155,4 @@ <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets'))" /> <Error Condition="!Exists('..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets'))" /> </Target> -</Project>
\ No newline at end of file +</Project> |