/
githubmirror
/
zstd
Обзор
Документация
Войти
/
githubmirror
/
zstd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
lib/install_oses.mk
17 строк
809 B
Yann Collet
regroup list of OSes for install inside common variable
28 июл 2025, 21:33
28 июл 2025, 21:33
8bca04b
Код
Авторство
О чём код?
# ################################################################ # Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under both the BSD-style license (found in the # LICENSE file in the root directory of this source tree) and the GPLv2 (found # in the COPYING file in the root directory of this source tree). # You may select, at your option, one of the above-listed licenses. # ################################################################ # This included Makefile provides the following variables : # UNAME, INSTALL_OS_LIST UNAME := $(shell sh -c 'MSYSTEM="MSYS" uname') # List of OSes for which target install is supported INSTALL_OS_LIST ?= Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku AIX MSYS_NT% CYGWIN_NT%