Skip to content

Commit

Permalink
Fix error cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg committed Mar 9, 2021
1 parent ae5f701 commit 2aae463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/dbi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (CLR_CMAKE_HOST_UNIX)
if(TARGET_ARCH STREQUAL "arm64")
append("-Wno-missing-declarations" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
else()
append("-Wno-macro-redefined")
append("-Wno-macro-redefined" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
endif()
add_subdirectory(${PROJECT_SOURCE_DIR}/../../coreclr/pal pal)

Expand Down

0 comments on commit 2aae463

Please sign in to comment.