Skip to content

Commit

Permalink
Fix linuxnonjit that got accidentally renamed to linuxonjit
Browse files Browse the repository at this point in the history
The PR dotnet#1292 has accidentally renamed the linuxnonjit to linuxonjit.
This change fixes it.
  • Loading branch information
janvorli committed Jan 13, 2020
1 parent 14db363 commit c06ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
Expand Up @@ -23,4 +23,4 @@ else()
clr_unknown_arch()
endif()

add_jit(linuxonjit)
add_jit(linuxnonjit)

0 comments on commit c06ca0c

Please sign in to comment.