Skip to content

Commit ea46dd3

Browse files
authored
Fixed typo in DYLY_LIBRARY_PATH, Closes #303
Changed `lib64` to `lib`, valid for arrayfire 3.7.2
1 parent 2df62d4 commit ea46dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use the rust bindings for ArrayFire from crates.io, the following requirement
2828
2. Set the evironment variable `AF_PATH` to point to ArrayFire installation root folder.
2929
3. Make sure to add the path to lib files to your path environment variables.
3030
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
31-
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
31+
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib`
3232
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
3333
4. Add `arrayfire = "3.8"` to the dependencies section of your project's Cargo.toml file.
3434
Make sure to change the version to latest available.

0 commit comments

Comments
 (0)