Skip to content

Commit 01d5261

Browse files
authored
Remove ld-options when default paths is enabled. (#43)
Can't assume /opt/arrayfire/lib exists. Just add extra-lib-dirs w/ both lib64 and lib.
1 parent 7a5b6b7 commit 01d5261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arrayfire.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ library
9595
/opt/arrayfire/include
9696
extra-lib-dirs:
9797
/opt/arrayfire/lib
98-
ld-options:
99-
-Wl,-rpath /opt/arrayfire/lib
98+
/opt/arrayfire/lib64
10099

101100
executable main
102101
hs-source-dirs:

0 commit comments

Comments
 (0)