aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Hiroaki Nakamura <hnakamur@gmail.com> 2022-07-06 23:15:22 +0900
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-06 14:41:39 -0700
commita2313cede38cf08a74214c877b7a6ee3e93eebf0 (patch)
tree00b11281be8789b3814d1a599fd6d355e257d7e4
parent996a7ade9fddcabc160b9e8d3c1fb54e1369b50c (diff)
downloadbun-a2313cede38cf08a74214c877b7a6ee3e93eebf0.tar.gz
bun-a2313cede38cf08a74214c877b7a6ee3e93eebf0.tar.zst
bun-a2313cede38cf08a74214c877b7a6ee3e93eebf0.zip
Add needed dependencies to Makefile devcontainer target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfdf80ac6..e0009eb38 100644
--- a/Makefile
+++ b/Makefile
@@ -706,7 +706,7 @@ jsc-bindings: jsc-bindings-headers jsc-bindings-mac
clone-submodules:
git -c submodule."src/bun.js/WebKit".update=none submodule update --init --recursive --depth=1 --progress
-devcontainer: clone-submodules mimalloc zlib libarchive boringssl picohttp identifier-cache node-fallbacks jsc-bindings-headers api analytics bun_error fallback_decoder jsc-bindings-mac dev runtime_js_dev
+devcontainer: clone-submodules mimalloc zlib libarchive boringssl picohttp identifier-cache node-fallbacks jsc-bindings-headers api analytics bun_error fallback_decoder jsc-bindings-mac dev runtime_js_dev libarchive libbacktrace lolhtml usockets uws base64 tinycc
CLANG_FORMAT := $(shell command -v clang-format 2> /dev/null)