1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-02 08:33:04 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose
2020-06-14 12:12:41 -05:00
parent 17bdfbb08b
commit 911c2cbe58
2 changed files with 5 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ cd janet
meson setup build \
--buildtype release \
--optimization 2 \
--libdir /usr/local/lib \
-Dgit_hash=$(git log --pretty=format:'%h' -n 1)
ninja -C build