Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 10, 2023
1 parent 6a1a82e commit 8cad66b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zstd/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ CPPFLAGS=-I../zlib LDFLAGS=../zlib/libz.a make -j allzstd MOREFLAGS=-static V=1

cp -f "./$tool_name.exe" "$dp0/release/build/"

cd "$dp0/release/build"

{ printf '### %s
SHA-256: %s
%s
Expand Down
4 changes: 4 additions & 0 deletions zstd/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ make

cp -f "./$tool_name" "$dp0/release/build/"

cd "$dp0/release/build"

strip "$tool_name"

{ printf '### %s
SHA-256: %s
%s
Expand Down

0 comments on commit 8cad66b

Please sign in to comment.