build_package.bat: fix path to zstd_errors.h (it is in lib not in lib/common)

closes gh-4318
This commit is contained in:
Sergey G. Brester 2025-02-26 19:27:44 +01:00 committed by GitHub
parent 76779f52c2
commit 97bc43cc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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