Skip to content

Commit

Permalink
Fix the android build. (#43369)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Oct 13, 2020
1 parent f2090e7 commit ce51448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif()
if(ENABLE_INTERP_LIB)
set(DISABLE_INTERPRETER 1)
endif()
if(NOT DISABLE_INTERPRETER AND NOT DISABLE_JIT)
if(NOT DISABLE_INTERPRETER OR NOT DISABLE_JIT)
set(ENABLE_ILGEN 1)
endif()
if(NOT DISABLE_EVENTPIPE)
Expand Down

0 comments on commit ce51448

Please sign in to comment.