Skip to content

Commit

Permalink
fix compilation error (jmpews#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-bilibili committed Jun 23, 2023
1 parent b0176de commit 648f4e1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions builtin-plugin/SymbolResolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,17 @@ if (SYSTEM.Windows)
)
endif ()

add_library(macho_ctx_kit
macho/macho_ctx.h
macho/macho_ctx.cc
)
if (SYSTEM.Darwin)
add_library(macho_ctx_kit
macho/macho_ctx.h
macho/macho_ctx.cc
)

add_library(shared_cache_ctx_kit
macho/shared_cache_ctx.h
macho/shared_cache_ctx.cpp
)
add_library(shared_cache_ctx_kit
macho/shared_cache_ctx.h
macho/shared_cache_ctx.cpp
)
endif ()

add_library(dobby_symbol_resolver
${SOURCE_FILE_LIST}
Expand Down

0 comments on commit 648f4e1

Please sign in to comment.