Skip to content

Commit 33e2503

Browse files
committedMay 9, 2013
added how to force libffi include/lib path
1 parent 069b4ca commit 33e2503

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)
Please sign in to comment.