Skip to content

Commit

Permalink
LINKER:-rpath="\$ORIGIN"
Browse files Browse the repository at this point in the history
  • Loading branch information
refvalue committed Nov 13, 2024
1 parent 2083b3a commit ba82c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/lang-compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
PRIVATE
LINKER:--exclude-libs,ALL
LINKER:-rpath=.
LINKER:-rpath=\$ORIGIN
LINKER:-rpath="\$ORIGIN"
$<$<CONFIG:RELEASE>:-s>
)

Expand Down

0 comments on commit ba82c38

Please sign in to comment.