Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Jan 31, 2025
1 parent d1641ae commit 271c166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eudsl-llvmpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64|aarch64")
endif()

if(APPLE)
target_link_directories(eudslllvm_ext_libs PRIVATE "${LLVM_LIBRARY_DIR}")
list(TRANSFORM eudslllvm_ext_libs PREPEND "-Wl,-hidden-l")
endif()

Expand Down

0 comments on commit 271c166

Please sign in to comment.