diff --git a/src/pydsl/frontend.py b/src/pydsl/frontend.py index d3b1743..4aee7eb 100644 --- a/src/pydsl/frontend.py +++ b/src/pydsl/frontend.py @@ -562,7 +562,7 @@ def ll_to_so(self, src: Path, cmd="clang") -> NamedTemporaryFile: "-o", file.name, "-L$PYDSL_LLVM/lib", - "-Wl,-rpath=$PYDSL_LLVM/lib", + "-Wl,-rpath,$PYDSL_LLVM/lib", "-lmlir_c_runner_utils", ])