BelledonneCommunications / bctoolbox

Linphone.org mirror for bctoolbox (git://git.linphone.org/bctoolbox.git)
http://linphone.org
GNU General Public License v3.0
25 stars 33 forks source link

Some fixes for macOS #26

Open barracuda156 opened 1 month ago

barracuda156 commented 1 month ago
  1. Add a missing include for unique_ptr.
  2. Provide a definition of AI_NUMERICSERV if it is undefined.
  3. Do not break the build with GCC by incompatible flags (which are already added for Clang above, no need to duplicate them for Apple in general). Add flags for Apple with gcc so that the build works.