Build scripts: added MacOS builds

This commit is contained in:
SChernykh
2025-07-03 20:48:58 +02:00
parent e4402845e1
commit 32235b8225
12 changed files with 216 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
--- zutil.h
+++ zutil.h
@@ -144,7 +144,6 @@
# include <unix.h> /* for fdopen */
# else
# ifndef fdopen
-# define fdopen(fd,mode) NULL /* No fdopen() */
# endif
# endif
# endif