Skip to content

Commit

Permalink
programs
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 10, 2023
1 parent 37cc224 commit 8693f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export CPPFLAGS=-I"$dp0/release/zlib"
export LDFLAGS="$dp0/release/zlib/libz.a"
make -j allzstd MOREFLAGS=-static V=1

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

cd "$dp0/release/build"

Expand Down

0 comments on commit 8693f2d

Please sign in to comment.