Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing options without being a real file
By removing the `is_file` check we allow installing extensions like this: ```bash bin/pickle install --source --with-configure-options <(echo --with-rdkafka=/opt/homebrew/opt/librdkafka) rdkafka ``` No more need to create a file with the options first.
- Loading branch information