Explorar el Código

cmake/os-specific/darwin.cmake: added compile flag HAVE_MSGHDR_MSG_CONTROL

Daniel-Constantin Mierla hace 9 meses
padre
commit
2d59d44dd6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cmake/os-specific/darwin.cmake

+ 1 - 0
cmake/os-specific/darwin.cmake

@@ -10,6 +10,7 @@ target_compile_definitions(
             HAVE_UNION_SEMUN
             HAVE_SCHED_YIELD
             USE_ANON_MMAP
+            HAVE_MSGHDR_MSG_CONTROL
             NDEBUG # NDEBUG used to turn off assert (assert wants to call
             # eprintf which doesn't seem to be defined in any shared lib
             HAVE_CONNECT_ECONNRESET_BUG