Skip to content

Commit

Permalink
fix: clang cannot found
Browse files Browse the repository at this point in the history
Log:
Change-Id: Icbe971291c6edb2ddb6ac2b2df66a35fde9a4fb5
  • Loading branch information
deepin-mozart committed Mar 7, 2024
1 parent 0e5c2a2 commit 686c000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ add_subdirectory(builder)
#remove it until system lock issue resolved.
#add_subdirectory(container)
add_subdirectory(project)
if (NOT ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "mips64")
if (NOT ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "mips64"
AND NOT ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "sw_64")
add_subdirectory(symbol)
endif()
add_subdirectory(find)
Expand Down

0 comments on commit 686c000

Please sign in to comment.