chore: bump minimum supported macOS version to 10.10 (#15357)

This commit is contained in:
Milan Burda 2018-10-25 10:59:42 +02:00 committed by Alexey Kuzmin
parent 2f3a8ecd42
commit 1f3a89197c
5 changed files with 9 additions and 10 deletions

View file

@ -30,7 +30,7 @@
#undef NO_RETURN
#undef LIKELY
#undef arraysize
#undef debug_string // This is defined in macOS 10.9 SDK in AssertMacros.h.
#undef debug_string // This is defined in macOS SDK in AssertMacros.h.
#include "env-inl.h"
#include "env.h"
#include "node.h"