summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-07-28 19:11:16 -0700
committerGitHub <noreply@github.com>2016-07-28 19:11:16 -0700
commit5eb011e835fe0de1aa9d6ea065e52e8636dc4ae4 (patch)
treeaf661e626ae99a2707c8405b2b681bacbc19f566 /src
parent939c9a0e5541b67d7fd6f8947f5dda974d276a3a (diff)
parent3d47402dfff39bee8c978c68eed69a9d247390a0 (diff)
downloadcoreclr-5eb011e835fe0de1aa9d6ea065e52e8636dc4ae4.tar.gz
coreclr-5eb011e835fe0de1aa9d6ea065e52e8636dc4ae4.tar.bz2
coreclr-5eb011e835fe0de1aa9d6ea065e52e8636dc4ae4.zip
Merge pull request #6509 from dotnet-bot/from-tfs
Merge changes from TFS
Diffstat (limited to 'src')
-rw-r--r--src/debug/ee/wks/wks.nativeproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/ee/wks/wks.nativeproj b/src/debug/ee/wks/wks.nativeproj
index 8d89ac45cc..304c591485 100644
--- a/src/debug/ee/wks/wks.nativeproj
+++ b/src/debug/ee/wks/wks.nativeproj
@@ -34,6 +34,7 @@
<PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="..\arm\dbghelpers.asm" />
<PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm64'" Include="..\arm64\dbghelpers.asm" />
<AssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
+ <AssembleArm64 Condition="'$(BuildArchitecture)' == 'arm64'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
<Assemble386 Condition="'$(BuildArchitecture)' == 'i386'" Include="..\i386\dbghelpers.asm" />
<AssembleAmd64 Condition="'$(BuildArchitecture)' == 'amd64'" Include="..\amd64\dbghelpers.asm" />
</ItemGroup>