We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eca3f5 commit 18024cdCopy full SHA for 18024cd
1 file changed
Source/NSHost.m
@@ -50,6 +50,10 @@
50
#include <netinet/in.h>
51
#include <arpa/inet.h>
52
#endif /* !_WIN32 */
53
+
54
+// Temporary hack ... dusable new code because it seems to break CI
55
+#undef HAVE_RESOLV_H
56
57
#if defined(HAVE_RESOLV_H)
58
#include <resolv.h>
59
#endif
0 commit comments