Skip to content

Commit

Permalink
fix mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Sep 20, 2021
1 parent 9999a7b commit a02befb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ add_library(LLVMPass MODULE
)

target_link_libraries(LLVMPass PUBLIC AST)
if (APPLE)
target_link_libraries(LLVMPass PUBLIC "-undefined dynamic_lookup")
endif()

install(
TARGETS LLVMPass
Expand Down

0 comments on commit a02befb

Please sign in to comment.