Skip to content

Commit 31c21df

Browse files
committed
fml
1 parent 3306b53 commit 31c21df

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

pkg/apple/BaseConfig.xcconfig

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,20 @@ OTHER_CFLAGS = $(inherited) -D_7ZIP_ST
100100
OTHER_CFLAGS = $(inherited) -D__LIBRETRO__
101101

102102
OTHER_CFLAGS = $(inherited) "-D_U_=__attribute__((unused))"
103-
OTHER_CFLAGS = $(inherited) -DHAVE_TIME_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H
104-
OTHER_CFLAGS = $(inherited) -DHAVE_STDLIB_H -DSTDC_HEADERS
103+
OTHER_CFLAGS = $(inherited) -DHAVE_TIME_H
104+
OTHER_CFLAGS = $(inherited) -DHAVE_FCNTL_H
105+
OTHER_CFLAGS = $(inherited) -DHAVE_UNISTD_H
106+
OTHER_CFLAGS = $(inherited) -DHAVE_STDLIB_H
107+
OTHER_CFLAGS = $(inherited) -DSTDC_HEADERS
105108
OTHER_CFLAGS = $(inherited) -DHAVE_STRING_H
106109
OTHER_CFLAGS = $(inherited) -DHAVE_LINGER
107110
OTHER_CFLAGS = $(inherited) -DHAVE_SYS_UIO_H
108-
OTHER_CFLAGS = $(inherited) -DHAVE_POLL_H -DHAVE_NETDB_H
109-
OTHER_CFLAGS = $(inherited) -DHAVE_NETINET_TCP_H -DHAVE_NETINET_IN_H
110-
OTHER_CFLAGS = $(inherited) -DHAVE_SYS_SOCKET_H -DHAVE_ARPA_INET_H
111+
OTHER_CFLAGS = $(inherited) -DHAVE_POLL_H
112+
OTHER_CFLAGS = $(inherited) -DHAVE_NETDB_H
113+
OTHER_CFLAGS = $(inherited) -DHAVE_NETINET_TCP_H
114+
OTHER_CFLAGS = $(inherited) -DHAVE_NETINET_IN_H
115+
OTHER_CFLAGS = $(inherited) -DHAVE_SYS_SOCKET_H
116+
OTHER_CFLAGS = $(inherited) -DHAVE_ARPA_INET_H
111117
OTHER_CFLAGS = $(inherited) -DHAVE_BUILTINSMBCLIENT
112118
OTHER_CFLAGS = $(inherited) -DHAVE_SMBCLIENT
113119

pkg/apple/RetroArch.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,20 @@
583583
"-DHAVE_ACCESSIBILITY",
584584
"-DHAVE_SSL",
585585
"-DHAVE_BUILTINMBEDTLS",
586+
"-D_U_=__attribute__((unused))"
587+
"-DHAVE_TIME_H",
588+
"-DHAVE_FCNTL_H",
589+
"-DHAVE_UNISTD_H",
590+
"-DHAVE_STDLIB_H",
591+
"-DHAVE_STRING_H",
592+
"-DHAVE_LINGER",
593+
"-DHAVE_SYS_UIO_H",
594+
"-DHAVE_POLL_H",
595+
"-DHAVE_NETDB_H",
596+
"-DHAVE_NETINET_TCP_H",
597+
"-DHAVE_NETINET_IN_H",
598+
"-DHAVE_SYS_SOCKET_H",
599+
"-DHAVE_ARPA_INET_H",
586600
"-DHAVE_BUILTINSMBCLIENT",
587601
"-DHAVE_HAVE_SMBCLIENT",
588602
"-DHAVE_COMMAND",

0 commit comments

Comments
 (0)