Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Sep 17, 2022
1 parent d913753 commit b6efadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following directives should work for all systems, for the case where the lib
"lflags-osx" : ["-rpath", "@executable_path/"],
```

The `lflags-posix` and lflags-osx lines are unnecessary if your library is copied to `/usr/lcoal/lib`
The `lflags-posix` and `lflags-osx` lines are unnecessary if your library is copied to `/usr/lcoal/lib`

The `-rpath` flags allow the system to load the library from the local directory without using environment variables.

Expand Down

0 comments on commit b6efadf

Please sign in to comment.