Skip to content

Commit

Permalink
Fix mono CORDBI build (#55482)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored Jul 12, 2021
1 parent a459019 commit 9f98044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mono/dlls/mscordbi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ add_subdirectory(${CLR_DIR}/md/compiler md/compiler)
include(${CLR_DIR}/clrdefinitions.cmake)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../inc/)
include_directories(${CLR_DIR}/minipal)

add_subdirectory(${CLR_DIR}/md/enc md/enc)
add_subdirectory(${CLR_DIR}/utilcode utilcode)
if (CLR_CMAKE_HOST_UNIX)
Expand Down

0 comments on commit 9f98044

Please sign in to comment.