Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
neobenedict authored Jun 23, 2023
1 parent b0176de commit a523859
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions builtin-plugin/SymbolResolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ if (SYSTEM.Windows)
${DOBBY_DIR}/source/Backend/UserMode/PlatformUtil/Windows/ProcessRuntimeUtility.cc
)
endif ()

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
)

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
)
endif ()
add_library(dobby_symbol_resolver
${SOURCE_FILE_LIST}
)
Expand Down

1 comment on commit a523859

@segfault-bilibili
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.