diff options
author | 2021-10-15 20:13:18 -0700 | |
---|---|---|
committer | 2021-10-15 20:13:18 -0700 | |
commit | b956ea5a5e33e6a6a21fa5d2e09f81732a058149 (patch) | |
tree | 7ce8aa954b5b902bfe0bfa112ee7f4a3e24f7243 | |
parent | cf2e81b03662c4b1a227d1bc9560a91826ef20e6 (diff) | |
download | bun-b956ea5a5e33e6a6a21fa5d2e09f81732a058149.tar.gz bun-b956ea5a5e33e6a6a21fa5d2e09f81732a058149.tar.zst bun-b956ea5a5e33e6a6a21fa5d2e09f81732a058149.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ endif STRIP ?= $(shell which llvm-strip || which llvm-strip-12 || echo "Missing llvm-strip. Please pass it in the STRIP environment var"; exit 1;) -HOMEBREW_PREFIX ?= BREW_PREFIX_PATH +HOMEBREW_PREFIX ?= $(BREW_PREFIX_PATH) SRC_DIR := src/javascript/jsc/bindings |