summaryrefslogtreecommitdiff
path: root/src/ilasm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/main.cpp')
-rw-r--r--src/ilasm/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ilasm/main.cpp b/src/ilasm/main.cpp
index 2bb06612a6..978f827188 100644
--- a/src/ilasm/main.cpp
+++ b/src/ilasm/main.cpp
@@ -722,6 +722,7 @@ extern "C" int _cdecl wmain(int argc, __in WCHAR **argv)
exitval = 1;
pParser->msg("Failed to write output file, error code=0x%08X\n",hr);
}
+#ifndef FEATURE_CORECLR
else if (pAsm->m_pManifest->m_sStrongName.m_fFullSign)
{
// Strong name sign the resultant assembly.
@@ -732,6 +733,7 @@ extern "C" int _cdecl wmain(int argc, __in WCHAR **argv)
pParser->msg("Failed to strong name sign output file, error code=0x%08X\n",hr);
}
}
+#endif
if(bClock) cw.cEnd = GetTickCount();
#define ENC_ENABLED
#ifdef ENC_ENABLED