diff --git a/tool/lang-compiler/CMakeLists.txt b/tool/lang-compiler/CMakeLists.txt index cdb41e5..c963c82 100644 --- a/tool/lang-compiler/CMakeLists.txt +++ b/tool/lang-compiler/CMakeLists.txt @@ -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" $<$:-s> )