Skip to content

Commit

Permalink
Remove webcrypto from vendor-without-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 28, 2022
1 parent 0bfd00e commit 50a3853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 50a3853

Please sign in to comment.