mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge branch 'main' into ci-openbsd
This commit is contained in:
commit
f7ea9acfc5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue