mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
5
Makefile
5
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
|
||||
cp src/cli/install.sh ../bun.sh/docs/install.html
|
||||
|
||||
Reference in New Issue
Block a user