diff options
author | 2021-12-28 03:00:17 -0800 | |
---|---|---|
committer | 2021-12-28 03:00:17 -0800 | |
commit | 08327e27486464bec9680404de2fe9e726534602 (patch) | |
tree | 09af69202da5d5eefeb020adaad1bf110c6d4658 | |
parent | 6d6b7f93f3ee11e7f1d2019c435232146faa3ed8 (diff) | |
download | bun-08327e27486464bec9680404de2fe9e726534602.tar.gz bun-08327e27486464bec9680404de2fe9e726534602.tar.zst bun-08327e27486464bec9680404de2fe9e726534602.zip |
Bump
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build-id | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ PRETTIER ?= $(shell which prettier || echo "./node_modules/.bin/prettier") WEBKIT_DIR ?= $(realpath src/javascript/jsc/WebKit) WEBKIT_RELEASE_DIR ?= $(WEBKIT_DIR)/WebKitBuild/Release -NPM_CLIENT ?= $(shell which npm) +NPM_CLIENT ?= $(shell which npm || which bun) ZIG ?= $(shell which zig || echo -e "error: Missing zig. Please make sure zig is in PATH. Or set ZIG=/path/to-zig-executable") # We must use the same compiler version for the JavaScriptCore bindings and JavaScriptCore @@ -1 +1 @@ -60 +61 |