diff options
| author | 2023-01-10 04:51:01 -0800 | |
|---|---|---|
| committer | 2023-01-10 04:51:01 -0800 | |
| commit | b458abedbb865461005757cac5ea2b458249ef25 (patch) | |
| tree | fa24a87ed8232d5ad5cf05468948b5999d9682a5 | |
| parent | 4ef60da8a9ceffa4c28811bbb62d946d4e667e24 (diff) | |
| download | bun-b458abedbb865461005757cac5ea2b458249ef25.tar.gz bun-b458abedbb865461005757cac5ea2b458249ef25.tar.zst bun-b458abedbb865461005757cac5ea2b458249ef25.zip | |
Fix missing c-ares dep in dev build (#1754)
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -897,7 +897,7 @@ clone-submodules: git -c submodule."src/bun.js/WebKit".update=none submodule update --init --recursive --depth=1 --progress .PHONY: devcontainer -devcontainer: $(OBJ_DIR) $(DEBUG_OBJ_DIR) clone-submodules mimalloc zlib libarchive boringssl picohttp identifier-cache node-fallbacks npm-install api analytics bun_error fallback_decoder bindings uws lolhtml usockets tinycc runtime_js_dev sqlite webcrypto-debug webcrypto +devcontainer: $(OBJ_DIR) $(DEBUG_OBJ_DIR) clone-submodules mimalloc zlib libarchive boringssl picohttp identifier-cache node-fallbacks npm-install api analytics bun_error fallback_decoder bindings uws lolhtml usockets tinycc c-ares runtime_js_dev sqlite webcrypto-debug webcrypto .PHONY: devcontainer-build devcontainer-build: |
