Skip to content

Commit 98b09ef

Browse files
authored
Fix runtime build with -msbuild flag (#115606)
1 parent 81f1f5e commit 98b09ef

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/coreclr/nativeaot/Runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(COMMON_RUNTIME_SOURCES
55
allocheap.cpp
66
rhassert.cpp
77
${RUNTIME_DIR}/CachedInterfaceDispatch.cpp
8-
CachedInterfaceDispatchAot.cpp
8+
CachedInterfaceDispatch_Aot.cpp
99
Crst.cpp
1010
DebugHeader.cpp
1111
MethodTable.cpp

src/coreclr/vm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ set(VM_SOURCES_WKS
299299
assemblyspec.cpp
300300
baseassemblyspec.cpp
301301
${RUNTIME_DIR}/CachedInterfaceDispatch.cpp
302-
CachedInterfaceDispatchCoreclr.cpp
302+
CachedInterfaceDispatch_Coreclr.cpp
303303
cachelinealloc.cpp
304304
callconvbuilder.cpp
305305
callhelpers.cpp

0 commit comments

Comments
 (0)