Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 11, 2023
1 parent e76a807 commit a092f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zstd/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ echo "::endgroup::"

echo "::group::build"

export LDFLAGS=/lib/libz.a
make MOREFLAGS=--disable-shared -static V=1
export LDFLAGS=-static
make

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

Expand Down

0 comments on commit a092f9c

Please sign in to comment.