FFI: Fix linker flags

This commit is contained in:
Bretton 2022-08-03 15:42:20 -07:00
parent 8d28f59f26
commit 1b36a13a59

View File

@ -264,8 +264,8 @@ executable cryptol
ld-options: -static -pthread
ghc-options: -optl-fuse-ld=bfd
if flag(ffi)
ld-options: -Wl,rpath,$ORIGIN
if os(linux) && flag(ffi)
ld-options: -Wl,-rpath,$ORIGIN
executable cryptol-html
Default-language: