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:
authorSergey Ignatov <sergign60@mail.ru>2017-02-06 15:32:57 +0300
committerSergey Ignatov <sergign60@mail.ru>2017-02-06 15:32:57 +0300
commit5f49bf4ddc1c515205b400f2491bf33aff9a0106 (patch)
tree52de03eca38b3666830ef47f2650325e13430a70 /src/Native/CMakeLists.txt
parentc1cd6394e67351b436a29cbd7541c0dbb8552d2b (diff)
Added comma to platform list
Diffstat (limited to 'src/Native/CMakeLists.txt')
-rw-r--r--src/Native/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt
index b543241ce..91f5d9a71 100644
--- a/src/Native/CMakeLists.txt
+++ b/src/Native/CMakeLists.txt
@@ -22,7 +22,7 @@ function(clr_unknown_arch)
if (WIN32)
message(FATAL_ERROR "Only AMD64 and I386 are supported")
else()
- message(FATAL_ERROR "Only AMD64, ARM64 ARM and ARMEL are supported")
+ message(FATAL_ERROR "Only AMD64, ARM64, ARM and ARMEL are supported")
endif()
endfunction()