aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-16 06:24:40 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-16 06:24:40 -0700
commit7df84b38b7bd3e908367f1fcb953c29c0b24d5b0 (patch)
treeb895bad6ef6b65cadf4a58d462fc3856b6d2b09f
parent8ce7c83779f60aaebf67cdd0494195d4487cd439 (diff)
downloadbun-7df84b38b7bd3e908367f1fcb953c29c0b24d5b0.tar.gz
bun-7df84b38b7bd3e908367f1fcb953c29c0b24d5b0.tar.zst
bun-7df84b38b7bd3e908367f1fcb953c29c0b24d5b0.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af28ecf04..90f6cc689 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ STRIP=strip
endif
ifeq ($(OS_NAME),linux)
-STRIP=$(which llvm-strip || echo "Missing strip")
+STRIP=$(which llvm-strip || which llvm-strip-13 || echo "Missing strip")
endif