We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0c229 commit bb4c4dfCopy full SHA for bb4c4df
arrayfire.cabal
@@ -90,14 +90,22 @@ library
90
default-language:
91
Haskell2010
92
93
- if (os(linux) || os(OSX)) && !flag(disable-default-paths)
+ if os(linux) && !flag(disable-default-paths)
94
include-dirs:
95
/opt/arrayfire/include
96
extra-lib-dirs:
97
/opt/arrayfire/lib
98
ld-options:
99
-Wl,-rpath /opt/arrayfire/lib
100
101
+ if os(OSX) && !flag(disable-default-paths)
102
+ include-dirs:
103
+ /opt/arrayfire/include
104
+ extra-lib-dirs:
105
+ /opt/arrayfire/lib64
106
+ ld-options:
107
+ -Wl,-rpath /opt/arrayfire/lib64
108
+
109
executable main
110
hs-source-dirs:
111
exe
0 commit comments