Skip to content

depends: Ignore prefix directory on OpenBSD

On OpenBSD, the prefix directory is named as follows:

$ gmake --no-print-directory -C depends print-x86_64_openbsd_prefix
x86_64_openbsd_prefix=/home/hebasto/dev/bitcoin/depends/amd64-unknown-openbsd7.6

This name does not match any pattern in depends/.gitignore.

This PR resolves this issue.

Merge request reports

Loading