From 65bdf727def2bef77c47786585d19ba9050bd860 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 4 Nov 2019 13:00:23 -0500 Subject: [PATCH] Flags update Adjust ld-options flags --- arrayfire.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arrayfire.cabal b/arrayfire.cabal index 1f53125..8c4e1f9 100644 --- a/arrayfire.cabal +++ b/arrayfire.cabal @@ -96,7 +96,7 @@ library extra-lib-dirs: /opt/arrayfire/lib ld-options: - -Wl -rpath /opt/arrayfire/lib + -Wl,-rpath /opt/arrayfire/lib executable main hs-source-dirs: @@ -189,4 +189,4 @@ test-suite doctests source-repository head type: git - location: https://github.com/arrayfire/arrayfire-haskell.git \ No newline at end of file + location: https://github.com/arrayfire/arrayfire-haskell.git