Fix linuxnonjit that got accidentally renamed to linuxonjit (#1694)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 14 Jan 2020 23:12:06 +0000 (00:12 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2020 23:12:06 +0000 (00:12 +0100)
The PR #1292 has accidentally renamed the linuxnonjit to linuxonjit.
This change fixes it.

src/coreclr/src/jit/linuxnonjit/CMakeLists.txt

index 40590ad7104f0235f0169146dce1178b0556ccb7..465fc64b450747b9cbff4ff87d4cfb7d2583158c 100644 (file)
@@ -23,4 +23,4 @@ else()
     clr_unknown_arch()
 endif()
 
-add_jit(linuxonjit)
+add_jit(linuxnonjit)