diff options
author | 2021-09-14 23:01:34 -0700 | |
---|---|---|
committer | 2021-09-14 23:01:34 -0700 | |
commit | 39bbb7b9cd0f45eda4b306b997432f98ba8e0325 (patch) | |
tree | f6e95cde17a14eb1ed4a786584863ad0dc62fc45 | |
parent | e3d828648e728dd81b4a15b6d5a91e5122b83acd (diff) | |
download | bun-39bbb7b9cd0f45eda4b306b997432f98ba8e0325.tar.gz bun-39bbb7b9cd0f45eda4b306b997432f98ba8e0325.tar.zst bun-39bbb7b9cd0f45eda4b306b997432f98ba8e0325.zip |
typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ mimalloc: bun-link-lld-debug: clang++ $(BUN_LLD_FLAGS) \ - $(DEBUG_BUN)/bun.o \ + $(DEBUG_BIN)/bun.o \ -Wl,-dead_strip \ -ftls-model=local-exec \ -flto \ |