diff --git a/Makefile b/Makefile index 47688eb23e..0b88a673ef 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,8 @@ CLANG_FLAGS = $(INCLUDE_DIRS) \ # This flag is only added to webkit builds on Apple platforms # It has something to do with ICU ifeq ($(OS_NAME), darwin) -CLANG_FLAGS += -DDU_DISABLE_RENAMING=1 +CLANG_FLAGS += -DDU_DISABLE_RENAMING=1 \ + -mmacosx-version-min=10.11 endif @@ -852,4 +853,4 @@ integration-test-dev: USE_EXISTING_PROCESS=true TEST_SERVER_URL=http://localhost:3000 node integration/scripts/browser.js copy-install: - cp src/cli/install.sh ../bun.sh/docs/install.html \ No newline at end of file + cp src/cli/install.sh ../bun.sh/docs/install.html