From: Sergey G. Brester Date: Wed, 26 Feb 2025 18:27:44 +0000 (+0100) Subject: build_package.bat: fix path to zstd_errors.h (it is in lib not in lib/common) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97bc43cc68b2b2e7b55c1f00dfa68b30e8b8d6f8;p=thirdparty%2Fzstd.git build_package.bat: fix path to zstd_errors.h (it is in lib not in lib/common) closes gh-4318 --- diff --git a/lib/dll/example/build_package.bat b/lib/dll/example/build_package.bat index 8baabc7b2..6a93efa25 100644 --- a/lib/dll/example/build_package.bat +++ b/lib/dll/example/build_package.bat @@ -15,6 +15,6 @@ COPY lib\dll\example\Makefile bin\example\ COPY lib\dll\example\fullbench-dll.* bin\example\ COPY lib\dll\example\README.md bin\ COPY lib\zstd.h bin\include\ -COPY lib\common\zstd_errors.h bin\include\ +COPY lib\zstd_errors.h bin\include\ COPY lib\dictBuilder\zdict.h bin\include\ COPY programs\zstd.exe bin\zstd.exe