mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[internal] Add identifier-cache to makefile so we don't forget to run it
This commit is contained in:
4
Makefile
4
Makefile
@@ -307,7 +307,7 @@ BUN_LLD_FLAGS = $(OBJ_FILES) \
|
||||
$(PLATFORM_LINKER_FLAGS)
|
||||
|
||||
|
||||
bun: vendor build-obj bun-link-lld-release
|
||||
bun: vendor identifier-cache build-obj bun-link-lld-release
|
||||
|
||||
|
||||
vendor-without-check: api analytics node-fallbacks runtime_js fallback_decoder bun_error mimalloc picohttp zlib openssl s2n bzip2 libarchive
|
||||
@@ -328,7 +328,7 @@ tgz:
|
||||
tgz-debug:
|
||||
zig build-exe --main-pkg-path $(shell pwd) ./misctools/tgz.zig $(DEPS_DIR)/zlib/libz.a $(DEPS_DIR)/libarchive.a $(LIBICONV_PATH) -lc
|
||||
|
||||
vendor: require init-submodules vendor-without-check
|
||||
vendor: require init-submodules vendor-without-check
|
||||
|
||||
zlib:
|
||||
cd src/deps/zlib; cmake .; make;
|
||||
|
||||
Reference in New Issue
Block a user