Skip to content

Commit 4633749

Browse files
committed
Merge pull request #17 from schmurfy/patch-1
added how to force libffi include/lib path
2 parents 069b4ca + 33e2503 commit 4633749

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ When you use in your project, please add below to your ``build_config.rb``.
1818
conf.gem 'path/to/here' do |g|
1919
# g.use_pkg_config # use pkg-config for libffi linking
2020
# g.download_libffi # download and link latest libffi
21+
22+
# if your libffi is installed in a non standard path
23+
# g.cc.include_paths << '[...]/include'
24+
# g.linker.library_paths << '[...]/lib'
2125
end
2226
```
2327

0 commit comments

Comments
 (0)