summaryrefslogtreecommitdiff
path: root/src/binder/variables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binder/variables.cpp')
-rw-r--r--src/binder/variables.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binder/variables.cpp b/src/binder/variables.cpp
index 5d31d85a55..615b358deb 100644
--- a/src/binder/variables.cpp
+++ b/src/binder/variables.cpp
@@ -83,7 +83,8 @@ namespace BINDER_SPACE
architectureARM.SetLiteral(W("ARM"));
architectureARM64.SetLiteral(W("ARM64"));
cultureNeutral.SetLiteral(W("neutral"));
- mscorlib.SetLiteral(W("mscorlib"));
+ mscorlib.SetLiteral(CoreLibName_W);
+
emptyString.Clear();
#ifdef FEATURE_VERSIONING_LOG