Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-02-07 10:13:11 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-02-07 10:13:11 +0300
commitaa0fb82c1b78a8323d822d8fb69c2af895b2faeb (patch)
treed3957eba85bcc219f27da2e48f6429e66035a813 /src/Native/Runtime/CMakeLists.txt
parentf70b3b312e248343aec127568be1c2c5147a0674 (diff)
RI from ProjNdev3
[tfs-changeset: 1646943]
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 4a1758670..7fb1a95eb 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -162,6 +162,7 @@ add_definitions(-DVERIFY_HEAP)
add_definitions(-DCORERT)
add_definitions(-DFEATURE_CACHED_INTERFACE_DISPATCH)
add_definitions(-D_LIB)
+add_definitions(-DEETYPE_MODULE_MANAGER)
if(WIN32)
# There is a problem with undefined symbol g_pConfig, windows don't care since it is in template method, but clang does