Skip to content

Commit

Permalink
Merge pull request #583 from sparklemotion/flavorjones-remove-mention…
Browse files Browse the repository at this point in the history
…-of-pkg-config-gem

doc: remove mention of the pkg-config gem from extconf warning
  • Loading branch information
flavorjones authored Nov 20, 2024
2 parents 1d4cc9e + 292a4ab commit a33b75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Fixed

- Fix `Database#encoding=` support for switching the database encoding to `UTF-16BE`, which has been broken since `Database#encoding=` was introduced in v1.3.12 in 2016. [#575] @miyucy
- Omit mention of the `pkg-config` gem when failing to build from source, since it is not used. [#358] @flavorjones


## 2.2.0 / 2024-10-30
Expand Down
2 changes: 1 addition & 1 deletion ext/sqlite3/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def abort_could_not_find(missing)
end

def abort_pkg_config(id)
abort("\nCould not configure the build properly (#{id}). Please install either the `pkg-config` utility or the `pkg-config` rubygem.\n\n")
abort("\nCould not configure the build properly (#{id}). Please install the `pkg-config` utility.\n\n")
end

def cross_build?
Expand Down

0 comments on commit a33b75b

Please sign in to comment.