Skip to content

Commit

Permalink
fix .so
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Aug 24, 2024
1 parent 5746d13 commit bccfe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ when defined(staticLLVM):
else:
const LLVMOut = LLVMRoot & "sha/"

{.passL: fmt"-lLLVM.so".}
{.passL: fmt"-lLLVM".}
{.passL: "-Wl,'-rpath=$ORIGIN/" & LLVMOut & "lib/'".}

{.passC: "-I" & LLVMOut & "include".}
Expand Down

0 comments on commit bccfe0f

Please sign in to comment.