summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Hendrix <jhendrix@microsoft.com>2016-07-28 12:05:32 -0700
committerJoel Hendrix <jhendrix@microsoft.com>2016-07-28 12:05:32 -0700
commit3d47402dfff39bee8c978c68eed69a9d247390a0 (patch)
treea4066020be8c47957345436bce43b9b440f62317 /src
parent4c5d72ffcdc0a9472aecd32f09fbf266a337dffa (diff)
downloadcoreclr-3d47402dfff39bee8c978c68eed69a9d247390a0.tar.gz
coreclr-3d47402dfff39bee8c978c68eed69a9d247390a0.tar.bz2
coreclr-3d47402dfff39bee8c978c68eed69a9d247390a0.zip
Fix for build issue #807024, assemble debug helpers for ARM64.
[tfs-changeset: 1619712]
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>