gem install fails: Please use --with-leap-lib= and --with-leap-include=
Opened this issue · 0 comments
daveola commented
I'm trying to do a gem install after installing my Leap SDK in /opt
I get:
extconf failure: Please use --with-leap-lib= and --with-leap-include= to give the path to the LeapSDK lib and includes paths
Adding these options to the gem install does not pass them down to extconf - is there a way to configure how it finds these libraries/headers?