There was an error while loading. Please reload this page.
1 parent a66913d commit 11acb55Copy full SHA for 11acb55
1 file changed
config
@@ -134,6 +134,11 @@ export BUN_INSTALL=${SDKROOT}/bun
134
135
EXTRABINS="$EXTRABINS $BUN_INSTALL/bin"
136
137
+# ================= deno ==================
138
+export DENO_INSTALL=${SDKROOT}/deno
139
+
140
+EXTRABINS="$EXTRABINS $DENO_INSTALL/bin"
141
142
# ================ aosp ===================
143
144
export AOSP_NDK=${AOSP_NDK:-25.2.9519653}
0 commit comments