aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-28 16:17:37 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-28 16:18:01 -0700
commit50a3853eb47df099e307023551aa74379af1d156 (patch)
tree29888c8b5e61a4fcd3b974608e38aff006072471
parent0bfd00e734ebe6093fd69badbc1d733d039f3d6a (diff)
downloadbun-50a3853eb47df099e307023551aa74379af1d156.tar.gz
bun-50a3853eb47df099e307023551aa74379af1d156.tar.zst
bun-50a3853eb47df099e307023551aa74379af1d156.zip
Remove webcrypto from vendor-without-check
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 617bbb769..059da13b9 100644
--- a/Makefile
+++ b/Makefile
@@ -502,7 +502,7 @@ builtins: ## to generate builtins
generate-builtins: builtins
.PHONY: tinycc
-vendor-without-check: npm-install node-fallbacks runtime_js fallback_decoder bun_error mimalloc picohttp zlib boringssl libarchive libbacktrace lolhtml usockets uws base64 tinycc oniguruma webcrypto-debug webcrypto
+vendor-without-check: npm-install node-fallbacks runtime_js fallback_decoder bun_error mimalloc picohttp zlib boringssl libarchive libbacktrace lolhtml usockets uws base64 tinycc oniguruma
BUN_TYPES_REPO_PATH ?= $(realpath ../bun-types)
@@ -847,7 +847,7 @@ jsc: jsc-build jsc-copy-headers jsc-bindings
.PHONY: jsc-build
jsc-build: $(JSC_BUILD_STEPS)
.PHONY: jsc-bindings
-jsc-bindings: headers bindings
+jsc-bindings: headers bindings webcrypto-debug webcrypto
.PHONY: clone-submodules
clone-submodules: