Merge pull request #4219 from marek-safar/corert-bump
[mono.git] / mcs / class / corlib / Makefile
index e466678a17f65294bab12f26c131e732dc731aba..a261d0356b6ac0fc8a6217dc81971f53d5ad38f3 100644 (file)
@@ -25,7 +25,9 @@ CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/build/csc.aotprofile
 endif
 
 RESOURCE_STRINGS = ../referencesource/mscorlib/mscorlib.txt
-RESX_RESOURCE_STRING = ../../../external/corefx/src/System.ValueTuple/src/Resources/Strings.resx
+
+RESX_RESOURCE_STRING = \
+       ../../../external/corert/src/System.Private.CoreLib/src/Resources/Strings.resx
 
 LIBRARY_COMPILE = $(BOOT_COMPILE)
 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)