mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
script/setup.sh: don't hardcode search for pkg-config (#7871)
This commit is contained in:
@@ -42,7 +42,7 @@ $(
|
||||
) || fail "Rust and Cargo version must be installed (minimum version 1.57)"
|
||||
has_exec "go" || fail "'go' is missing"
|
||||
|
||||
has_exec "pkg-config" || fail "'pkg-config' is missing"
|
||||
has_exec "${PKG_CONFIG:-pkg-config}" || fail "'pkg-config' is missing"
|
||||
has_exec "automake" || fail "'automake' is missing"
|
||||
has_exec "perl" || fail "'perl' is missing"
|
||||
has_exec "ruby" || fail "'ruby' is missing"
|
||||
|
||||
Reference in New Issue
Block a user