diff options
author | 2021-10-28 16:55:22 -0700 | |
---|---|---|
committer | 2021-10-28 16:55:22 -0700 | |
commit | a546e56669efe7286c4ab44404285536c67c2aaa (patch) | |
tree | 8335554c2878f7e1fdd90b8c93909b85865fe1b5 | |
parent | 4b52192974c0aee53496795626732d2b762b94bc (diff) | |
download | bun-a546e56669efe7286c4ab44404285536c67c2aaa.tar.gz bun-a546e56669efe7286c4ab44404285536c67c2aaa.tar.zst bun-a546e56669efe7286c4ab44404285536c67c2aaa.zip |
Update Makefilebun-v0.0.39jarred/no-more-npm
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ PACKAGE_NAME = bun-$(TRIPLET) PACKAGES_REALPATH = $(realpath packages) PACKAGE_DIR = $(PACKAGES_REALPATH)/$(PACKAGE_NAME) DEBUG_PACKAGE_DIR = $(PACKAGES_REALPATH)/debug-$(PACKAGE_NAME) -RELEASE_BUN = $(PACKAGE_DIR)/bin/bun +RELEASE_BUN = $(PACKAGE_DIR)/bun DEBUG_BIN = $(DEBUG_PACKAGE_DIR)/ DEBUG_BUN = $(DEBUG_BIN)/bun-debug BUILD_ID = $(shell cat ./build-id) |