MacOS
This commit is contained in:
@@ -22,6 +22,9 @@ elif is_debian_family; then
|
||||
elif is_fedora_family; then
|
||||
echo -e "${BLUE} LOG:${YELLOW} Installing Fedora build dependencies...${NC}"
|
||||
PYTHON_BUILD_DEPS=(make gcc gcc-c++ patch zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel xz xz-devel ncurses-devel findutils git)
|
||||
elif is_macos; then
|
||||
echo -e "${BLUE} LOG:${YELLOW} Installing macOS build dependencies...${NC}"
|
||||
PYTHON_BUILD_DEPS=(openssl@3 readline sqlite xz tcl-tk bzip2 zlib pkg-config git)
|
||||
else
|
||||
echo -e "${RED} ERROR:${NC} Unsupported OS: $OS"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user