diff options
author | 2022-10-28 16:17:37 -0700 | |
---|---|---|
committer | 2022-10-28 16:18:01 -0700 | |
commit | 50a3853eb47df099e307023551aa74379af1d156 (patch) | |
tree | 29888c8b5e61a4fcd3b974608e38aff006072471 | |
parent | 0bfd00e734ebe6093fd69badbc1d733d039f3d6a (diff) | |
download | bun-50a3853eb47df099e307023551aa74379af1d156.tar.gz bun-50a3853eb47df099e307023551aa74379af1d156.tar.zst bun-50a3853eb47df099e307023551aa74379af1d156.zip |
Remove webcrypto from vendor-without-check
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |