diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |