Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise an error when the specified OpenSSL library directory doesn't e…
…xist. OpenSSL built from the source creates the library directory to the `/path/to/openssl_dir/lib64` as a default. In the case, the `bundle exec rake compile -- --with-openssl-dir=<openssl_dir>` cannot compile with the lib64 directory, and may compile with system OpenSSL's libraries unintentionally. This commit is to check this case to avoid linking with an unintentional library directory.
- Loading branch information