Merge branch 'main' into ci-openbsd

This commit is contained in:
Sylvestre Ledru 2025-11-11 08:31:13 +01:00 committed by GitHub
commit f7ea9acfc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,8 +208,8 @@ HASHSUM_PROGS := \
$(info Detected OS = $(OS))
# Don't build the SELinux programs on macOS (Darwin) and FreeBSD
ifeq ($(filter $(OS),Darwin FreeBSD),$(OS))
# Build the SELinux programs only on Linux
ifeq ($(filter $(OS),Linux),)
SELINUX_PROGS :=
endif